| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
We could use the same approach (_exec_in_closure) to solve #62 altogether, but that will need more testing - we could do so in a follow-up PR.. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Context
IPython already includes bits of Pdb code from Python itself, as documented in:
ipython/IPython/core/debugger.py
Lines 92 to 110 in 1e9a2e8
I am taking a more cautious approach and separating the backport to a new file to make it easy to delete in the (near) future (1 year from now).