Debugging xUnit tests in .NET Core and Visual Studio Code

后端 未结 4 1095
死守一世寂寞
死守一世寂寞 2020-12-05 02:02

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

4条回答
  •  一整个雨季
    2020-12-05 02:37

    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!

提交回复
热议问题