How to enter debugger when exception is raised? #15429
Unanswered
mtoles
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running a standard
.py
script with the vscode debugger, when an exception is raised it will automatically enter the debugger and allow you to debug. However, when debugging a cell in a.ipynb
script, it will stop on breakpoints but terminate if an exception is raised. Is this feature not yet implemented or do I have a bug?Beta Was this translation helpful? Give feedback.
All reactions