mirror of https://github.com/x64dbg/TitanEngine
Reset single stepping state when debugger pauses on exceptions
This commit is contained in:
parent
01d0d1854f
commit
40395549f9
|
|
@ -1431,6 +1431,8 @@ __declspec(dllexport) void TITCALL DebugLoop()
|
|||
//general unhandled exception callback
|
||||
if(DBGCode == DBG_EXCEPTION_NOT_HANDLED)
|
||||
{
|
||||
engineStepActive = false;
|
||||
|
||||
if(DBGCustomHandler->chUnhandledException != NULL)
|
||||
{
|
||||
myCustomHandler = (fCustomHandler)((LPVOID)DBGCustomHandler->chUnhandledException);
|
||||
|
|
|
|||
Loading…
Reference in New Issue