.NET Core Debugging in VS Code
The C# extension for Visual Studio Code offers powerful editing and debugging support for .NET Core applications on Windows, Mac, and Linux, including:
Line by line code stepping
Breakpoints (including conditional and function breakpoints)
Variable inspection
Multi-threaded debugging support
Call Stacks
Debug console window
Getting started
To get started you will need to do a few things (see our GitHub page for complete instructions)
Install .NET Core
Install Visual Studio Code
Install the Visual Studio Code C# extension
Working with Console apps
If you are working with a console application,


