eric7/DebugClients/Python/DebugClientCapabilities.py

branch
unittest
changeset 9066
a219ade50f7c
parent 8881
54e42bc2437a
child 9074
1afb90182258
diff -r 39405e6eba20 -r a219ade50f7c eric7/DebugClients/Python/DebugClientCapabilities.py
--- a/eric7/DebugClients/Python/DebugClientCapabilities.py	Mon May 16 17:22:43 2022 +0200
+++ b/eric7/DebugClients/Python/DebugClientCapabilities.py	Mon May 16 19:46:51 2022 +0200
@@ -7,6 +7,8 @@
 Module defining the debug clients capabilities.
 """
 
+# TODO: remove unittest support from Python debugger
+
 HasDebugger = 0x0001
 HasInterpreter = 0x0002
 HasProfiler = 0x0004

eric ide

mercurial