pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
75
stars
2
forks
source link
Certain commands should automatically switch between "sticky" and non-"sticky" modes #24
Closed
mdmintz closed 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: