Skip to content

Instantly share code, notes, and snippets.

Debug .net framework 4.7.2 projects in visual studio code.

STEP 1: Open settings.json file in visual studio code and add this line below:

{
    "csharp.unitTestDebuggingOptions": {
      "type": "clr"
    }
}