-
Notifications
You must be signed in to change notification settings - Fork 726
Closed
Description
Environment data
dotnet --info
output:
.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.11
OS Platform: Darwin
RID: osx.10.11-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.1
VS Code version: 1.12.2
C# Extension version: 1.10.0
Steps to reproduce
Use the default configured launch.json for .NET Core (replacing the paths with the actual dll paths).
Open the workspace for a netcoreapp1.1 project (.csproj format)
- Try to press .NET Core Launch (web).
- Because that fails, try attach to process.
Expected behavior
- .NET Core Launch would work (as
dotnet run
does). - A list of processes would be shown that I can attach the debugger to.
Actual behavior
-
Error:
Debug adapter process has terminated unexpectedly
-
Info:
Please set up the launch configuration file for your application. command 'csharp.listProcess' not found
Consequently, I am unable to debug dotnet core at all.
Metadata
Metadata
Assignees
Labels
No labels