-
Step 1
Click the "Start" button in the Debug menu in the Visual Studio application. This runs the debugger and starts the application. If you have any errors in the code, a compiler will display an error.
-
Step 2
Click the "Break" button in the Debug menu when you want to change any code during the debug process. This allows you to view variable values and fix code while running the application.
-
Step 3
Click the "Debug" menu again and choose "Stop." This stops the Visual Basic debugger and returns you to the workspace of the project.







