--- a/DebugClients/Python/BreakpointWatch.py Sat Mar 02 11:17:15 2019 +0100
+++ b/DebugClients/Python/BreakpointWatch.py Fri Apr 05 19:06:39 2019 +0200
@@ -278,6 +278,8 @@
for b in Watch.watches:
if b.cond == cond:
return b
+
+ return None
@staticmethod
def effectiveWatch(frame):