comparison: eric7/DebugClients/Python/DebugClientCapabilities.py
eric7/DebugClients/Python/DebugClientCapabilities.py
- branch
- unittest
- changeset 9066
- a219ade50f7c
- parent 8881
- 54e42bc2437a
- child 9074
- 1afb90182258
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module defining the debug clients capabilities. |
7 Module defining the debug clients capabilities. |
8 """ |
8 """ |
|
9 |
|
10 # TODO: remove unittest support from Python debugger |
9 |
11 |
10 HasDebugger = 0x0001 |
12 HasDebugger = 0x0001 |
11 HasInterpreter = 0x0002 |
13 HasInterpreter = 0x0002 |
12 HasProfiler = 0x0004 |
14 HasProfiler = 0x0004 |
13 HasCoverage = 0x0008 |
15 HasCoverage = 0x0008 |