Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 274 Bytes

File metadata and controls

16 lines (11 loc) · 274 Bytes

vscode-debugging-repro

Using .NET Core Sdk 1.0.0-rc4-004771

dotnet restore
code .

and F5 to run debug

NOTES:

  • the debugger will stop at exception
  • cannot add breakpoints
  • the launch.json created is the standard one proposed by vscode (omnisharp)