NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Run to the Cursor Location

You can command the debugger to run your application until it reaches the location where the cursor is set. This location may be in a source window or the Disassembly window. (The cursor means the insertion point you set by clicking in the window with the mouse.)

To run to the cursor in a source window

  1. You must be debugging, and your application must be in a break state.
  2. In a source file, click on a source line to move the cursor to that point.
  3. From the Debug menu, select Run To Cursor.

To run to the cursor in the Disassembly window

  1. You must be debugging, and your application must be in a break state.
  2. If the Disassembly window is not visible, choose Windows from the Debug menu and select Disassembly.
  3. In the Disassembly window, click on a line to move the cursor to that point.
  4. From the Debug menu, select Run To Cursor.