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

Update non-"truncation" mode in "sticky" mode #35

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Update non-truncation mode in sticky mode

In non-truncation sticky mode, instead of all lines taking on the length of of the longest line (for consistent spacing caused by adding empty spaces to shorter lines), each line should just be the length of itself. This will keep the code more concise, and prevent a really long line from messing up the entire spacing for the code display.

mdmintz commented 1 year ago

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