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

fix python debugging issues after vscode was updated to version 1.87.0. #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flyinghu123
Copy link

The visualization failed because the python debug type was changed to "debugpy" after vscode was updated.

The visualization failed because the python debug type was changed to "debugpy" after vscode was updated.
@BeCuriousS
Copy link

I think there has to be done more changes than this, to enable the new type of the python debugger?
I use this package to include various visualization methods incorporated in this extension and the visualizations do not work anymore with type "debugpy". They do/did work with type "python".
Here is a line that I found in this extension that probably must be changed as well?

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

Successfully merging this pull request may close these issues.

3 participants