Share via


Running to the Cursor Location (Windows CE 5.0)

Send Feedback

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

  1. In a source file, move the cursor to the location where you want the debugger to break.
  2. From the Debug menu, choose Run to Cursor.

To run to the location in disassembly code while the debugger is in a break state

  1. In the Disassembly window, move the cursor to the location where you want the debugger to break.
  2. 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

  1. In the Call Stack window, select the function name.
  2. From the Debug menu, choose Run to Cursor.

See Also

Debugger Execution Control

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.