mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:59:08 +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 MSWINDOWS}
|
||||||
{$IFDEF WIN64}
|
{$IFDEF WIN64}
|
||||||
bplFpcSpecific, bplRtlRestoreContext, bplRtlUnwind,
|
bplFpcSpecific, bplRtlRestoreContext, bplRtlUnwind,
|
||||||
|
bplSehW64Finally, bplSehW64Except, bplSehW64Unwound,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
bplFpcExceptHandler ,bplFpcFinallyHandler, bplFpcLeaveHandler,
|
bplFpcExceptHandler ,bplFpcFinallyHandler, bplFpcLeaveHandler,
|
||||||
bplSehW32Except, bplSehW32Finally,
|
bplSehW32Except, bplSehW32Finally,
|
||||||
|
Loading…
Reference in New Issue
Block a user