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!

Breaking Execution

When you are debugging an application with the Visual Studio debugger, your application is either running (executing) or it is in a break state. The debugger breaks execution of the program when execution reaches a breakpoint or when a selected exception occurs. You can break execution manually at any time.

To break execution of your program

See Also

Execution Control