You can proceed to the cursor ___location from a break state, including a cursor ___location in the Disassembly window or in the Call Stack window.
To run to the cursor ___location while the debugger is in the break state
- In a source file, move the cursor to the ___location where you want the debugger to break.
- From the Debug menu, choose Run to Cursor.
To run to the ___location in disassembly code while the debugger is in a break state
- In the Disassembly window, move the cursor to the ___location where you want the debugger to break.
- From the Debug menu, choose Run to Cursor.
To run to the ___location in call stack code while the debugger is in a break state
- In the Call Stack window, select the function name.
- From the Debug menu, choose Run to Cursor.
See Also
Send Feedback on this topic to the authors