--- a/DebugClients/Python/BreakpointWatch.py Thu Mar 21 19:26:10 2019 +0100
+++ b/DebugClients/Python/BreakpointWatch.py Thu Mar 21 19:27:42 2019 +0100
@@ -278,6 +278,8 @@
for b in Watch.watches:
if b.cond == cond:
return b
+
+ return None
@staticmethod
def effectiveWatch(frame):