diff -r 5bc6ed226471 -r 881340f4bd0c DebugClients/Python3/DebugBase.py --- a/DebugClients/Python3/DebugBase.py Sun Nov 15 13:31:39 2015 +0100 +++ b/DebugClients/Python3/DebugBase.py Sun Nov 15 13:52:29 2015 +0100 @@ -479,7 +479,7 @@ continue else: return (b, True) - except: + except Exception: if b.special: try: b.values[frame][0] = 0