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

When importing debugpy, PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING=1 should be set #1004

Open
fabioz opened this issue Oct 13, 2022 · 0 comments · May be fixed by #1047
Open

When importing debugpy, PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING=1 should be set #1004

fabioz opened this issue Oct 13, 2022 · 0 comments · May be fixed by #1047

Comments

@fabioz
Copy link

fabioz commented Oct 13, 2022

A new flag is available in pydevd which allows a user to step into library code without getting inside of IPython internals while doing so.

To make use of this, PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING must be set to 1 in the os.environ prior to importing debugpy.

See: microsoft/debugpy#869 for more information.

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 a pull request may close this issue.

1 participant