issues
search
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
More highlighting and refactoring
#34
Closed
mdmintz
closed
1 year ago
mdmintz
commented
1 year ago
More highlighting and refactoring
Highlight the current stack frame -->
https://github.com/mdmintz/pdbp/commit/663dd781252c8cd3969913acdfaf82480a433fdb
--> This resolves
https://github.com/mdmintz/pdbp/issues/32
Refactoring -->
https://github.com/mdmintz/pdbp/commit/c7f93d2b5cc6d37f4d52d13aefdff6ac586d8f7f
--> This resolves
https://github.com/mdmintz/pdbp/issues/33
More highlighting and refactoring