Hi All,
I do use uvision3 v3.51. i am loading code in RAM.In debug mode i add few varibles in Watch window.These variable are not recovered in watch window when i exit and reenter debug mode.Can anyone help me on this?
Thanks, Dimple
Dimple,
apologise for misunderstanding your question!
Yes! Now Understood your quiery
i have not worked with the debugger still .But i can tell you WRT Visual DSP ++ 3.5(ADSP-2184L Processor). It not possible their because the app is clearing the data before its connecting to the processor . Hope you are also facing the same in Microchip (uVision).i can tell you this authentically by next week ,because my devolopment board & debugger is going to come next week.
thanks, Paul
Have you selected to restore variables on re-entry to the debug session?
Options for Target->Restore Debug Session Settings->Watchpoints should be checked.
yes its true when i use simulator or debugger (and load code in flash from 0x000000000).
but when i load code in RAM (from 0x40000000) Watchpoint checkbox checked doesnt make any difference!!!
Thanks, Dimple.
Write a .INI file that sets-up the required watches, and specify this to be run whenever you start the debugger.
can you please tell me how exectly i can write .ini file for debugger??? i dont know how to do it!!