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

Python debugging doesn't work in ColabCode (or in ngrok?) #71

Closed
krivenkoz opened this issue Feb 26, 2021 · 2 comments
Closed

Python debugging doesn't work in ColabCode (or in ngrok?) #71

krivenkoz opened this issue Feb 26, 2021 · 2 comments

Comments

@krivenkoz
Copy link

I'm using amazing ColabCode by Abhishek Thakur. It uses ngrok as backbone. But when I try to debug Python script (via F5 button), it doesn't launch any debug action even when I set a breakpoint. Script runs in terminal only. launch.json is empty. When I fill it with next:

"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}

]
I've got next error:

Couldn't find a debug adapter descriptor for debug type 'python' (extension might have failed to activate)

How can I debug Python script on ngrok code-server?

@skepsun
Copy link

skepsun commented Feb 27, 2021

You can try to downgrade python extention to 2020.10

@krivenkoz
Copy link
Author

Dear Abhishek! Thanks a lot, it helps (but I've installed 2020.5 instead of 2020.10)

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

2 participants