spyder-ide / spyder-kernels

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

PR: Fix running namespace and improve eventloop integration while debugging #395

Closed impact27 closed 2 years ago

impact27 commented 2 years ago

Fixes https://github.com/spyder-ide/spyder-kernels/issues/394

ccordoba12 commented 2 years ago

This looks good to me now @impact27. As before, I'd like to ask you: do you think it's worth it to include these changes in 2.3.2? Considering stability in mind, of course.

impact27 commented 2 years ago

The bug is quite bad because the namespace is wrong while debigging outside of the main file. I think the risk is relatively low, because the tests now cover this part better.