MVC - Debug an MVC application

by
Jeremy Canfield |
Updated: March 20 2020
| MVC articles
To debug an MVC application:
- In Visual Studio, press F5 (or select Debug > Start Debug). Your application opens in your default web browser.
- In Visual Studio, press Ctrl + Alt + O (or select View > Output). The output windows displays the debugging information.
- Do something in the web browser window, such as toggling between pages. The debug output captures your events.
Did you find this article helpful?
If so, consider buying me a coffee over at