comparison: eric7/DebugClients/Python/__init__.py
eric7/DebugClients/Python/__init__.py
- branch
- eric7
- changeset 8312
- 800c432b34c8
- parent 7923
- 91e843545d9a
- child 8881
- 54e42bc2437a
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2005 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Package implementing the standard Python debugger. |
|
8 |
|
9 It consists of different kinds of debug clients. |
|
10 """ |