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

IPython 8.0 breaks error stack tracing for Interactive Window #8675

Closed
rchiodo opened this issue Jan 12, 2022 · 1 comment · Fixed by #8705
Closed

IPython 8.0 breaks error stack tracing for Interactive Window #8675

rchiodo opened this issue Jan 12, 2022 · 1 comment · Fixed by #8705
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window verified Verification succeeded
Milestone

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Jan 12, 2022

Steps to repro:

  1. Create python file
  2. Add
# %%
raise Exception("FOO")
  1. Run cell

Actual results:

image

Expected results:

image

@rchiodo rchiodo added the bug Issue identified by VS Code Team member as probable bug label Jan 12, 2022
@rchiodo rchiodo added the interactive-window Impacts interactive window label Jan 12, 2022
@rchiodo
Copy link
Contributor Author

rchiodo commented Jan 12, 2022

Make sure to renable this test when fixing this bug:

Raising an exception from within a function has a stack trace

@rchiodo rchiodo self-assigned this Jan 13, 2022
@rchiodo rchiodo added this to the January 2022 milestone Jan 13, 2022
@DonJayamanne DonJayamanne added the verified Verification succeeded label Jan 27, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants