Closed goodboy closed 1 year ago
There's a new release of pdbp
- 1.3.0
- https://github.com/mdmintz/pdbp/releases/tag/v1.3.0
@mdmintz already tested manually and our test suite 🏄🏼
Should i pin to latest in our install script?
@goodboy I'm working on the update for the extra highlighting you wanted. Should be ready soon.
pdbp
1.3.1
is available, in case anyone missed the news.
@mdmintz thanks! been trying it out the last day or so.
I'm still slightly confused on the truncate defaults i think? Not sure whether we want it disabled or not to keep vertical spacing between lines always consistent?
A new release of pdbp
is available - https://github.com/mdmintz/pdbp/releases/tag/v1.4.0
Weird, debugger tests failed even though they didn't before?
Removed the pdbpp
dep from test reqs, let's see if that does it?
Only last thing was maybe removing the pyreadline3
dep from the setup since it was only required on windows IIRC?
Not sure it's a big deal enough to block this and we probably won't get clarity until @mdmintz returns from vaca anyway 😂
So gonna land once stamped!
A ton of thanks to @mdmintz for the fork and fix of
pdbpp
in the new and improvedpdbp
: https://github.com/mdmintz/pdbpIt would seem pretty much all the outstanding issues we had with
pdbpp
are non-existent in the new project 💃🏼 , so i think other then running this in my production dev eng for a bit, we can probably just land this pronto 😎Deatz of previous issues that seem to now be resolved:
pytest
top level root process wasn't usingpdbpp
on test crashes (when using--pdbp
flag; seems completely resolved nowpyrepl
any more since thealt-l
hotkey i've been wanting works just fine in vim mode?truncate_long_lines: bool
which solves the whole resized-terminal-messes-with-vertical-line-spacing.