comparison: DebugClients/Python/DebugClientCapabilities.py
DebugClients/Python/DebugClientCapabilities.py
- changeset 790
- 2c0ea0163ef4
- parent 13
- 1af94a91f439
- child 791
- 9ec2ac20e54e
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: FileType = Python2 |