ytrstu / winpdb

Automatically exported from code.google.com/p/winpdb
0 stars 0 forks source link

Make help command overview usable #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. displayed `help`
2.
3.

What is the expected output? What do you see instead?
output contains `a`, `b`, `bc` in the command overview and it's not clear at 
all whether these are commands (if they are a suffix which gives a hint to 
their function should be added, e.g. `bc (break and continue immediately)` 
(that doesn't make sense, but illustrates the problem), regardless of whether 
the command has a long version or not. In case the command has a long version 
it should be made visible, e.g. if `along` has be abbreviations `o` and `x`, 
display `al[o]ng/x` or something more convenient.

What version of the product are you using? On what operating system?
1.4.8

Please provide any additional information below.

Original issue reported on code.google.com by karl.ric...@gmail.com on 4 Jan 2015 at 10:55