mirror of https://github.com/x64dbg/TitanEngine
Merge pull request #15 from ZehMatt/fix-stepping-state
Fix the stepping issue
This commit is contained in:
commit
a19a7935de
|
|
@ -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