mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/GP-5606_d-millar_dbgeng_exc_error'
(Closes #8029)
This commit is contained in:
commit
da9f764d78
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ def on_breakpoint_hit(*args) -> None:
|
|||
@log_errors
|
||||
def on_exception(*args) -> None:
|
||||
# print("ON_EXCEPTION: args={}".format(args))
|
||||
return DbgEng.DEBUG_STATUS_BREAK
|
||||
return DbgEng.DEBUG_STATUS_NO_CHANGE
|
||||
|
||||
|
||||
@util.dbg.eng_thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue