How to automatically step into debugger on exceptions with the jupyter debugger?
I have IntelliJ ultimate, and can step into the python debugger by setting breakpoints.
However, I would like the runtime to automatically step into the debugger on unhandled exceptions.
Is this possible? How?
Please sign in to leave a comment.
Hi,
You can enable Run | View Breakpoints... | Jupyter Exception Breakpoint
Is it what you are looking for?