Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Feature or enhancement
Makepdb's help message less ugly.
Pitch
Currently, the help message of pdb is not pretty.
(Pdb) h aa(rgs) Print the argument list of the current function.(Pdb)a(rgs) is a little bit confusing by itself and the description's indentation is too long(directly from the docstring).commands is even worse.
(Pdb) h commandscommands [bpnumber] (com) ... (com) end (Pdb)The docstring for each command is not entirely unified (whether there's a space between the command and the description) and for some docstrings they don't match the documentation.
(Pdb) h enableenable bpnumber [bpnumber ...]is different than thedocumentationenable [bpnumber ...]
We can make it better and more user friendly.