FpDebug: Win64, Fix "Run (F9)" incorrectly triggered watch/stack updates while the app was running.

Similar to the Win32 fix at a92db946ec

(cherry picked from commit d38a268f3d)
This commit is contained in:
Martin 2022-02-21 23:01:08 +01:00
parent a235f82a6d
commit 1adfc8ebac

View File

@ -3068,6 +3068,7 @@ begin
{$IFDEF MSWINDOWS}
{$IFDEF WIN64}
bplFpcSpecific, bplRtlRestoreContext, bplRtlUnwind,
bplSehW64Finally, bplSehW64Except, bplSehW64Unwound,
{$ENDIF}
bplFpcExceptHandler ,bplFpcFinallyHandler, bplFpcLeaveHandler,
bplSehW32Except, bplSehW32Finally,