Skip to content

Commit 604a852

Browse files
committed
Revise README.rst, yet again.
1 parent 8a9a8ad commit 604a852

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ Abstract
88
========
99

1010
This 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
1619
bytecode debugger inspector. The code understands a lot about byte

0 commit comments

Comments
 (0)