We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
When I do the debugging, sometimes the disassembly window automatically toggles. What could be the reason? I am not an expert. So can anybody help?
is there a bug in the code? what error and warning nuber are you geting?
Error? Warning? What are you talking about? All the OP has to do it press on the "Disassembly Window" button on his toolbar, or toggle it using the "View" window...
It toggles automatically when I run the program and stop it. I could not see any error message. Can it happen due to program error?
If you happen to stop it at a point where there is no corresponding 'C' source (eg, inside some library function), then there's nothing else for the debugger to show - so it shows the disassembly.
Sometimes the source might exist, but the debugger can't work that out - eg, due to optimisation.
Sometimes it does just seem to do it to annoy you!
Thank you very much.
During debugging sometimes I don't see the green marking (for executed commands) in the side of some instructions. The arrow skips that line while stepping. But that instruction (which got skipped) gets executed. Is this a problem.