mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 00:02:50 +02:00
FpDebug: Win64, Fix "Run (F9)" incorrectly triggered watch/stack updates while the app was running.
Similar to the Win32 fix at a92db946ec
This commit is contained in:
parent
8335731953
commit
d38a268f3d
@ -3098,6 +3098,7 @@ begin
|
||||
{$IFDEF MSWINDOWS}
|
||||
{$IFDEF WIN64}
|
||||
bplFpcSpecific, bplRtlRestoreContext, bplRtlUnwind,
|
||||
bplSehW64Finally, bplSehW64Except, bplSehW64Unwound,
|
||||
{$ENDIF}
|
||||
bplFpcExceptHandler ,bplFpcFinallyHandler, bplFpcLeaveHandler,
|
||||
bplSehW32Except, bplSehW32Finally,
|
||||
|
Loading…
Reference in New Issue
Block a user