File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ Abstract
88========
99
1010This is a gdb-like debugger for Python. It is a rewrite of *pdb * from
11- the ground up. I was disappointed with the flakiness,
12- imprecision, and poor quality of coding, modularity, and level of
13- documentation when I first looked at *pdb *.
11+ the ground up. I was disappointed with the flakiness, imprecision, and
12+ poor quality of coding, modularity, and level of documentation when I
13+ first looked at *pdb *. (*pdb * has gotten better since then. But a full
14+ and complete debugger, is way more complex than what you'd expect from
15+ a Standard Python module; it requires a larger set of supporting
16+ packages too than is found in the Standard Python library).
1417
1518``trepan3k `` is both a high-level debugger as well as a lower-level
1619bytecode debugger inspector. The code understands a lot about byte
You can’t perform that action at this time.
0 commit comments