- This topic has 0 replies, 1 voice, and was last updated 1 month, 2 weeks ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
(This message was transferred over from our old forum)
Posted August 19, 2015
By Todd DeBoer
[hr]
On 10/31/11 pjanco asked, “I made application based on uEZGUI-2478-70WVE demo and I can’t debug local variables.
I use Rowley 1.7 and uEZ 1.11.
I can’t see local variables in memory window. I can’t set breakpoint to line with local variables. I can’t do nothink with local variables. Debuger just skipped anything where is used local variables.
Is something wrong with my project settings?”
[hr]
(Follow up post)
Answered:
the optimization settings can make the code very hard to debug. If you are running out of code space, I recommend you setup only that .c file to be unoptimized while the rest be optimized.