VS Code: Unable to attach to CoreCLR. Unknown Error: 0x80131c3c in Ubuntu 22.04

Viewed 47

I'm trying to debug c# dotnet 6 with visual studio code 1.68.1 and Ubuntu 22.04 LTS I'm getting this error:

Unable to attach to CoreCLR. Unknown Error: 0x80131c3c

I tryied to update visual studio code, enable and disable c# extension, uninstall and reinstall VS Code. Update and upgrade the OS and still not work.

The command in terminal dotnet build and dotnet run works.

0 Answers
Related