microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
41 stars 17 forks source link

v2024.0.1 - VSCode Debug "Couldn't find a debug adapter descriptor for debug type 'debugpy'" #297

Closed RyanHCCSI closed 3 months ago

RyanHCCSI commented 3 months ago

Environment

Issue When running a debugpy debug session, the following error message shows: debug_adaptor_dialog "Couldn't find a debug adapter descriptor for debug type 'debugpy' (extension might have failed to activate)

Resolution

RyanHCCSI commented 3 months ago

I was wrong, I think the issue is with something environment specific.