.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: Getting started To get started you will need to do a few things (see our GitHub page for complete instructions) Working with Console apps If you are working with a console application, b...