Skip to content

Commit

Permalink
add plugin support back for the debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Jun 17, 2015
1 parent 23ba89b commit 35a8502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cheat Engine/debughelper.pas
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ procedure TDebuggerthread.Execute;
ContinueStatus:=DBG_CONTINUE;
execlocation:=2;

if (pluginhandler<>nil) and (pluginhandler.handledebuggerplugins(@debugEvent)=1) then continue;

debugging := eventhandler.HandleDebugEvent(debugEvent, ContinueStatus);

if debugging then
Expand Down

0 comments on commit 35a8502

Please sign in to comment.