Running the Application

If I remove the erroneous text I just added so that the project is back to the way it was originally I can build the project and run it. If you have built the project in Debug mode you can execute the project in the debugger.

If you are like most developers, you will probably want to start running your newly built projects in the debugger. At some point, your project becomes stable and is free of notable errors. This is when you would start to run it outside the debugger. You can run a project that was built in Debug mode or Release mode outside the debugger.

NOTE

Actually, you can execute code in the debugger regardless of whether the project was built in Debug mode or Release mode. However, the debugger will only be ...

Get Visual Basic® .NET by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.