Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a debug adapter #71

Open
Palmer-- opened this issue May 30, 2024 · 0 comments
Open

Could not find a debug adapter #71

Palmer-- opened this issue May 30, 2024 · 0 comments

Comments

@Palmer--
Copy link

Palmer-- commented May 30, 2024

VSCodium produce the follow error when trying to start a debug session:
Couldn't find a debug adapter descriptor for debug type 'dotnet' (extension might have failed to active)

Extension was installed from Marketplace.
image

Building and running a 'hello world' C# project works without issues.

launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "C#: Debug",
            "type": "dotnet",
            "request": "launch",
            "projectPath": "${workspaceFolder}/hello_world.csproj"
        },
    ]
}

installed dotnet sdks:
8.0.105

VSCodium version:
1.89.1

Please advice on how to get a debugger running and connect or how to proceed.
Big thank you in advance for any help or insight!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant