Add False

This commit is contained in:
Steve Dower 2018-03-19 09:22:41 -07:00
parent 4cfb6caf75
commit fd4a454bbd

View file

@ -50,7 +50,7 @@ def handle_breakpoint_condition(py_db, info, breakpoint, new_frame):
sys.stderr.write(msg)
traceback.print_exc()
if not py_db.suspend_on_breakpoint_exception:
return
return False
else:
stop = True
try: