spyder-ide / spyder-kernels

Jupyter Kernels for the Spyder console
MIT License
39 stars 40 forks source link

PR: Inform GUI about position of exception in post mortem debugging #430

Closed rear1019 closed 1 year ago

rear1019 commented 2 years ago

See commit message for details. Fixes one of the issues mentioned in #425.

ccordoba12 commented 1 year ago

This looks good to me for 2.x, but I see no equivalent of pdb.send_initial_notification in master.

@impact27, how this work should be ported to master?

impact27 commented 1 year ago

Is this bug still present in master? I can't reproduce in master

ccordoba12 commented 1 year ago

You're right, I just tested and this bug doesn't show up in master.