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

Use pydevd ipython hook #1047

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

Use pydevd ipython hook #1047

wants to merge 1 commit into from

Conversation

vidartf
Copy link

@vidartf vidartf commented Dec 7, 2022

This enables pydevd/debugpy to use IPython specific frame filtering for stack requests etc.

Closes #1004.

TODO:

  • Verify behavior
  • Needs some unittests

This enables pydevd/debugpy to use IPython specific frame filtering for stack requests etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When importing debugpy, PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING=1 should be set
2 participants