Hi all,
here the situation: I have successfully compiled my C code, then established a debug connection to my controller board (ATmega162 using AvrDragon). Running. Fine. Now I can step through the program and watch the variables (according to the structure definitions) by moving the MousePointer over the variables, opening the "Locals" view or inserting the variabl names into a "Watch" view. This works fine for LOCAL variables only.
As soon as I try to evaluate a GLOBAL variable, which is definitely visible within the current debug scope, I get the memory location tooltip but also the tooltip "Children could not be evaluated".
Does somebody know, how I should change the default configuration of AtmelStudio or modify my C code to be able to evaluate global variables?
Thanks.
Peter