mdmintz / pdbp

pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
Other
69 stars 2 forks source link

Balancing symmetry of "Documented" and "Undocumented" help commands #28

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Balancing symmetry of "Documented" and "Undocumented" help commands.

Looking for rectangular-symmetry so that each row and column has the same number of help items.

For the next release, this is the expected output when typing help into the debugger. Looks better.

pdbp help command

(This will be the help output when running with python -m pdbp <script.py>. The one that appears from pytest debug mode will be a bit different when using pdbp, as pytest changes available options for debug mode.)


All commands listed together:

pdbp commands

The next pdbp release should be coming soon.

mdmintz commented 1 year ago

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