I\'m on a Mac, running .NET Core 1.0 and Visual Studio Code.
I have a console project and a test project. I have setup launch.json so that I can debug the console pr
If you install the latest software and library, it is super easy to debug:
As you can see from the screenshot, just click "debug test" and debug it!