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!

Debugging a Win Forms Control

Debugging the run time of a Win Forms control is straightforward. Simply add the control to a form, and debug as you would any Win Forms application. The debugger will step through the code for the control.

Debugging the design time of a control is more complicated. Information about design time debugging will be available in a future release.