--- 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