comparison: eric7/DebugClients/Python/__init__.py
eric7/DebugClients/Python/__init__.py
- branch
- unittest
- changeset 9066
- a219ade50f7c
- parent 8881
- 54e42bc2437a
- child 9074
- 1afb90182258
equal
deleted
inserted
replaced
6 """ |
6 """ |
7 Package implementing the standard Python debugger. |
7 Package implementing the standard Python debugger. |
8 |
8 |
9 It consists of different kinds of debug clients. |
9 It consists of different kinds of debug clients. |
10 """ |
10 """ |
|
11 |
|
12 # TODO: remove the unittest support from the debug client |