mdmintz / pdbp

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

Have a more intuitive "list" command in debugger mode #30

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Have a more intuitive list / l command in debugger mode.

Like the original version, which lists 11 lines around the current line, and then continues from that point on, if the end-of-file (EOF) point is reached, the list function should loop back to the active cursor position, and resume from there.

mdmintz commented 1 year ago

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