comparison: eric6/DebugClients/Python/DebugClientCapabilities.py
eric6/DebugClients/Python/DebugClientCapabilities.py
- branch
- maintenance
- changeset 7642
- 72721823d453
- parent 7639
- 422fd05e9c91
- child 7923
- 91e843545d9a
equal
deleted
inserted
replaced
15 HasUnittest = 0x0020 |
15 HasUnittest = 0x0020 |
16 HasShell = 0x0040 |
16 HasShell = 0x0040 |
17 |
17 |
18 HasAll = (HasDebugger | HasInterpreter | HasProfiler | |
18 HasAll = (HasDebugger | HasInterpreter | HasProfiler | |
19 HasCoverage | HasCompleter | HasUnittest | HasShell) |
19 HasCoverage | HasCompleter | HasUnittest | HasShell) |
20 |
|
21 # |
|
22 # eflag: noqa = M702 |
|