comparison: src/eric7/DebugClients/Python/DebugClientCapabilities.py
src/eric7/DebugClients/Python/DebugClientCapabilities.py
- branch
- eric7
- changeset 9221
- bf71ee032bb4
- parent 9209
- b99e7fd55fd3
- child 9264
- 18a7312cfdb3
- child 9653
- e67609152c5e
equal
deleted
inserted
replaced
12 HasProfiler = 0x0004 |
12 HasProfiler = 0x0004 |
13 HasCoverage = 0x0008 |
13 HasCoverage = 0x0008 |
14 HasCompleter = 0x0010 |
14 HasCompleter = 0x0010 |
15 HasShell = 0x0020 |
15 HasShell = 0x0020 |
16 |
16 |
17 HasAll = (HasDebugger | HasInterpreter | HasProfiler | HasCoverage | |
17 HasAll = ( |
18 HasCompleter | HasShell) |
18 HasDebugger | HasInterpreter | HasProfiler | HasCoverage | HasCompleter | HasShell |
|
19 ) |