Interactively debug .NET apps with the Visual Studio Code debugger

Beginner
Developer
Student
.NET

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

Learning objectives

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

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

Prerequisites