diff -r 471c5a263d53 -r 36448ca469c2 src/eric7/Debugger/DebugServer.py --- a/src/eric7/Debugger/DebugServer.py Thu Jul 28 19:44:54 2022 +0200 +++ b/src/eric7/Debugger/DebugServer.py Fri Jul 29 16:29:31 2022 +0200 @@ -760,7 +760,6 @@ cond, special = cond.split() special = self.watchSpecialChanged else: - cond = cond special = "" return cond, special