To start debugging using the Visual Studio debugger:
- Ensure Visual Studio is the debugger of choice specified on the
Debug tab in your project's properties.
- 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.