comparison: eric6/Debugger/DebuggerInterfacePython.py
eric6/Debugger/DebuggerInterfacePython.py
- changeset 7780
- 41420f82c0ac
- parent 7707
- 6abcf4275d0e
- child 7802
- eefe954f01e8
- child 7803
- 97f77d69c6f0
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the Python3 debugger interface for the debug server. |
7 Module implementing the Python3 debugger interface for the debug server. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 import sys |
10 import sys |
12 import os |
11 import os |
13 import logging |
12 import logging |
14 |
13 |