mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-5606: fix for always stopping
This commit is contained in:
parent
37cdf1fa69
commit
11a7490262
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue