mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
log win32 demon resume code
This commit is contained in:
@@ -1609,8 +1609,13 @@ dmn_ctrl_run(Arena *arena, DMN_CtrlCtx *ctx, DMN_RunCtrls *ctrls)
|
||||
{
|
||||
if(dmn_w32_shared->exception_not_handled && !ctrls->ignore_previous_exception)
|
||||
{
|
||||
log_infof("using DBG_EXCEPTION_NOT_HANDLED\n");
|
||||
resume_code = DBG_EXCEPTION_NOT_HANDLED;
|
||||
}
|
||||
else
|
||||
{
|
||||
log_infof("using DBG_CONTINUE\n");
|
||||
}
|
||||
dmn_w32_shared->exception_not_handled = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user