Currently I am debugging an embedded application in Eclipse IDE. I’ve got some registers to inspect, mosly ony one bit from it. Is there any way to tell Eclipse to watch only one bit in chosen register?
Currently I am debugging an embedded application in Eclipse IDE. I’ve got some registers
Share
Easiest solutions are usually the best. You can always create another variable just for debugging purposes
Now watch your new ‘myDebugVar’ and you are done.