Interactively debug .NET apps with the Visual Studio debugger

Beginner
Developer
Student
.NET
Visual Studio IDE

Learn how to efficiently debug your .NET app by using Visual Studio to fix your bugs quickly.

Learning objectives

By the end of this module, you're able to:

  • Debug a .NET program with the Visual Studio debugger.
  • Create breakpoints and find issues by running your code step by step.
  • Inspect your program state at any execution step.

Prerequisites

  • Visual Studio with a .NET workload installed (for example, ASP.NET and web development workload)