Community
Participate
Working Groups
When I debug a running application, I get the following error appearing in the debug view when viewing variables (these are pointers to structs, but I don't know if that is relevant): Failed to execute MI command: -var-update 1 var2 Error message from debugger back end: Variable object not found
Are you using DSF or CDI? Can you attach the gdb traces?
It was DSF, but I can't reproduce any more. I'll reopen if I see it again.
FYI, Apple's gdb doesn't handle the 1 and 2 parameters, only --all-values and --simple-values. Both CDI and DSF have fixes for this in CDT >= 6.0.2 (bug 250037).