Hi,
I'm using the Keil uVision V4.03q.
I wonder if there's any setting to be able to watch all variables during debugging? If I want to watch a function argument in a function it says: 'out of scope' so I have to define a static copy of that variable to be able to watch it
Optimization is set to minimum level.
Thanks
Henk
I wonder if there's any setting to be able to watch all variables during debugging? I guess you do not want to watch ALL variables, that would take a huge monitor. Assuming you mean watch local variables whether in scope or not, the answer is no. I could visualize the debugger itself retaining contents of local variables on function exit, but, alas, it does not.
Erik