GP-5606: fix for always stopping

This commit is contained in:
d-millar 2025-04-22 11:30:18 -04:00
parent 37cdf1fa69
commit 11a7490262

View file

@ -511,7 +511,7 @@ def on_breakpoint_hit(*args) -> None:
@log_errors @log_errors
def on_exception(*args) -> None: def on_exception(*args) -> None:
# print("ON_EXCEPTION: args={}".format(args)) # print("ON_EXCEPTION: args={}".format(args))
return DbgEng.DEBUG_STATUS_BREAK return DbgEng.DEBUG_STATUS_NO_CHANGE
@util.dbg.eng_thread @util.dbg.eng_thread