This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

debugger Watch window cannot show the true value

Hi,
I am using GNUARM 4.1.1, and the MCB2300 EVB for developement with the newest version V3.53 of uV3.
I am having a problem with the debugger watch window that it is not provide the true value of the variables, however, when I step throught the disassembly window, and monitor the memory window in the same time, the variables address and value are correct. What is the problem? Thanks in advance.

Raymond Ling
Integrated Corperation

Parents
  • The real problem are the constant changes of the interpretation of the ELF/DWARF format. Also together with high optimization of the Compiler the debug information seems to be incorrect (and hence the debugger cannot show correct values).

    What we really need is a test case that shows this problem. Just email the an example to support.intl@keil.com

Reply
  • The real problem are the constant changes of the interpretation of the ELF/DWARF format. Also together with high optimization of the Compiler the debug information seems to be incorrect (and hence the debugger cannot show correct values).

    What we really need is a test case that shows this problem. Just email the an example to support.intl@keil.com

Children