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.