Running to the Cursor Location (Windows Embedded CE 6.0)
1/5/2010
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.