 Question:
Using a lot of static variables in his program. He
was told he couldn't watch static variables. Is there another possible way he can view
them or work them in Debug mode?
Answer: >No, you Can't
WA the static variables within the function call , on the new debugger version 5.1. It
appears that this is a limitation of the current Debugger , when the Static memory is
reserved to the .bss memory area, it is given a new label ,example "_1 " which
the debugger can't match up to the real name. |