To debug using Visual Studio
To start debugging using the Visual Studio debugger:
Set breakpoints in your code as desired.
Right-click to select your project in
Solution Explorer
, then choose
Debug > Start new instance
or
Debug > Step Into new instance
.
Parent topic:
How to