eric7/DebugClients/Python/DebugClientCapabilities.py

branch
eric7-maintenance
changeset 9111
4ac66b6c33a4
parent 8881
54e42bc2437a
child 9192
a763d57e23bc
--- a/eric7/DebugClients/Python/DebugClientCapabilities.py	Mon May 02 15:53:05 2022 +0200
+++ b/eric7/DebugClients/Python/DebugClientCapabilities.py	Wed Jun 01 13:48:49 2022 +0200
@@ -12,8 +12,7 @@
 HasProfiler = 0x0004
 HasCoverage = 0x0008
 HasCompleter = 0x0010
-HasUnittest = 0x0020
-HasShell = 0x0040
+HasShell = 0x0020
 
-HasAll = (HasDebugger | HasInterpreter | HasProfiler |
-          HasCoverage | HasCompleter | HasUnittest | HasShell)
+HasAll = (HasDebugger | HasInterpreter | HasProfiler | HasCoverage |
+          HasCompleter | HasShell)

eric ide

mercurial