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 a Specified Function

You can command the debugger to run your application until it reaches a specified function. You can specify the function by name (using the toolbar) or you can by choose it from the call stack.

To run to a specified function

  1. On the standard toolbar, type the function name in the Find box and press ENTER. This moves the cursor to the specified function.
  2. From the Debug menu, select Run To Cursor.

To run to a function on the call stack

  1. You must be debugging, and your application must be in a break state.
  2. Open the Call Stack window, if necessary. (Choose Call Stack from the Debug menu, Windows submenu.)
  3. In the Call Stack window, click on a function name to select it.
  4. From the Debug menu, choose Run To Cursor.

See Also

Execution Control