How to move to previous statement in VC++ Debugging editor
-
Hi, While debugging in VC++, I wish to goto the previous statement? Is it possible ? if so can you please explain. For example if my cursor is at statement 10 and i want to move to statement 9. Thanks in advance.
-
Hi, While debugging in VC++, I wish to goto the previous statement? Is it possible ? if so can you please explain. For example if my cursor is at statement 10 and i want to move to statement 9. Thanks in advance.
Just click on the cursor at the current position and drag it to the statement from which you want to continue.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Just click on the cursor at the current position and drag it to the statement from which you want to continue.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
Hi _AnShUmAn_ I tried to click the arrow but even I can not place the cursor on top of the arrow. Am using VC++ 6.0 editor.