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

Certain commands should automatically switch between "sticky" and non-"sticky" modes #24

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Certain commands should automatically switch between "sticky" and non-"sticky" modes.

Eg. where / w / bt should automatically switch to non-"sticky" mode. Eg. longlist / ll should automatically switch back to "sticky" mode.

Or use sticky to toggle between the two modes.


An example of the where / w command, which displays the current stack:

Example of the 'where' command
mdmintz commented 1 year ago

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