mdmintz / pdbp

pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
Other
75 stars 2 forks source link

When using "j" as a "jump" shortcut, the resulting code should be displayed #38

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

When using "j" as a "jump" shortcut, the resulting code should be displayed

Currently, j is still being used as a shortcut for the old pdb code, instead of the new pdbp code. (The code block right now is only displayed after a new pdbp jump.)

mdmintz commented 1 year ago

This was resolved in 1.4.0 - https://github.com/mdmintz/pdbp/releases/tag/v1.4.0