Nunit: Debugging nunit tests in .net core using vs code

Created on 24 Sep 2017  路  1Comment  路  Source: nunit/nunit

Is there any way to debug tests in vscode?

question

Most helpful comment

It should just work by clicking on the CodeLens icons. See https://github.com/nunit/docs/wiki/.NET-Core-and-.NET-Standard to make sure you are referencing required packages. You also need the C# extension installed.

image

image

>All comments

It should just work by clicking on the CodeLens icons. See https://github.com/nunit/docs/wiki/.NET-Core-and-.NET-Standard to make sure you are referencing required packages. You also need the C# extension installed.

image

image

Was this page helpful?
0 / 5 - 0 ratings