Tim

Results 12 comments of Tim

Any updates on this? The only way I found that works is ``` import sys def override_sys_breakpoint(frame=None): from IPython.core.debugger import set_trace set_trace(frame=frame) sys.breakpointhook = override_sys_breakpoint ``` (ipython 7.34.0; jupyterlab 3.2.0)...