Hi,
I'd like to post here some suggestions for the built in
debugger:
The display format of the watches should be
configurable. In most cases, especially if you want to
debug any data streams (serial, parallel, usb) it's
better to do this in hex rather than oct.
It would be nice, if the watch window could be placed
in the area where compiler output is located (another tab).
It is possible to choose watches simply by moving
cursor over a variable. It would be great, if you could
show its value (like tooltip).
Another usefull thing for debugging is to watch memory
dumps like in a hex editor, hex bytes on the left and
ascii chars on the right.
thanks for attention
Tom
Logged In: YES
user_id=609236
I'm surprised that no one needs "pause" command for the
debugger...