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 ata92db946ec
(cherry picked from commitd38a268f3d
)
This commit is contained in:
parent
a235f82a6d
commit
1adfc8ebac
@ -3068,6 +3068,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