9073:d88e53da6e66 | 9074:1afb90182258 |
---|---|
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 |