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!

Debugger.Break

Causes a breakpoint to be signaled to an attached debugger.

[Visual Basic]
Public Shared Sub Break()
[C#]
public static void Break();
[C++]
public: static void Break();
[JScript]
public static function Break();

Remarks

If no debugger is attached, users are asked if they want to attach a debugger. If yes, the debugger is launched.

See Also

Debugger Class | Debugger Members | System.Diagnostics Namespace