[BUG] Cannot debug using Debug > Start New Instance in the Solution Explorer #566
Labels
area-dotnet-debugging
Issues around .NET Debugging with console, ASP.NET, or Aspire
area-sdk
bug
Something isn't working
Describe the Issue
I'm currently using VSCode with WSL2. I could debug the application using the traditional
launch.json
way. However, when trying to debug using the new option in the Solution Explorer, it failed with the following error:I have already installed dotnet sdk 6.0 and dotnet runtime using the version from Microsoft Feed (Ubuntu). Everything else worked fine except for this debugging feature.
Here is my
dotnet --info
result:Weirdly enough, if I'm installing dotnet sdk 7.0, there is a new error as C# Dev Kit tried to use the preinstall runtime instead:
I have to uninstall the dotnet-sdk-7.0 so that I can make the extension somewhat work again (except for the debugging feature of course).
Steps To Reproduce
apt
)launch.json
work.Expected Behavior
It should debug successfully using the new debug feature.
Environment Information
The text was updated successfully, but these errors were encountered: