I have a debugger issue: When I add a simple variable into the expressions window the value is shown correctly. But for any arrays it reports an error - see details
I use an array, for example, peakindex[6]. The biulder shows no errors. When debugging and looking for the values in the Expressions window the following error messages occur:
Multiple errors reported.
1) Failed to execute MI command:
-var-create - * peakindex
Error message from debugger back end:
-var-create: unable to create variable object
2) Unable to create variable object
3) Failed to execute MI command:
-data-evaluate-expression peakindex
Error message from debugger back end:
No symbol "peakindex" in current context.
4) Failed to execute MI command:
-var-create - * peakindex
Error message from debugger back end:
-var-create: unable to create variable object
I appreciate any help.
Regards
Ulrich