You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Command Line Tools (1.0.1)
Product Information:
Version: 1.0.1
Commit SHA-1 hash: 005db40cd1
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.1
VS Code version: 1.12.2
C# Extension version: 1.9.0
Actual behavior
When starting a dotnet core 1.1 debugger, the process spins up like it should. Certain pages from our web project I can visit. But visiting others will make the debugger crash with Debug adapter process has terminated unexpectedly
@gregg-miskelly Thanks for getting back so quickly, this was indeed the fix for this issue! (I was having another unrelated issue that I solved later on after reverting back to the official release.)
Environment data
dotnet --info
output:VS Code version:
1.12.2
C# Extension version:
1.9.0
Actual behavior
When starting a dotnet core 1.1 debugger, the process spins up like it should. Certain pages from our web project I can visit. But visiting others will make the debugger crash with
Debug adapter process has terminated unexpectedly
Expected behavior
A working debugger.
Settings
launch.json:
Logs
Crash report:
I'll be happy to provide more debugging info.
The text was updated successfully, but these errors were encountered: