Debugging of .net core console app (`netcoreapp1.0`, `netcoreapp1.1`) works inside VS Code Using the new fsproj. Like c# with csproj now using c# extension or ominisharp - [x] `F5` run in debug - [x] create `launch.json` with doesnt exists - [x] breakpoints - [x] watch - [x] stack trace ## TODO - [x] compiler emit pdb in portable pdb format - [x] vscode debugging engine recognize f# console and pdb
Debugging of .net core console app (
netcoreapp1.0,netcoreapp1.1) works inside VS CodeUsing the new fsproj.
Like c# with csproj now using c# extension or ominisharp
F5run in debuglaunch.jsonwith doesnt existsTODO