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'll be able to:

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

Prerequisites

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