issues
search
spyder-ide
/
spyder-kernels
Jupyter Kernels for the Spyder console
MIT License
39
stars
40
forks
source link
PR: Create magics for run|debug file|cell
#447
Closed
impact27
closed
1 year ago
impact27
commented
1 year ago
Spyder PR:
https://github.com/spyder-ide/spyder/pull/20633
All the run/debug file/cell are now magic
better handling of running namespace, so shell.user_ns always return the right namespace
Better handling of local namespace
Make sure pdb locals is not resetted by a magic
Fix debugging where a variable named "globals" is in the namespace
Enable %debug for recursive debugging
Spyder PR: https://github.com/spyder-ide/spyder/pull/20633