--- a/DebugClients/Python/DebugClientBase.py Sat Jul 23 14:12:07 2016 +0200 +++ b/DebugClients/Python/DebugClientBase.py Sat Jul 23 14:13:50 2016 +0200 @@ -679,7 +679,7 @@ cond = None else: try: - compile(cond, '<string>', 'eval') + cond = compile(cond, '<string>', 'eval') except SyntaxError: self.write( '%s%s,%d\n' %