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?

0

Hi,

You can enable Run | View Breakpoints... | Jupyter Exception Breakpoint

Is it what you are looking for?

0

请先登录再写评论。