mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 00:37:28 +01:00
FpDebug: Asm-step-over, ignore unloading library events
(cherry picked from commit 93da1812b9)
This commit is contained in:
parent
604c8de016
commit
7ea40e1211
@ -966,7 +966,7 @@ begin
|
||||
if FHiddenBreakpoint <> nil then
|
||||
Finished := IsAtOrOutOfHiddenBreakFrame
|
||||
else
|
||||
Finished := not (AnEvent in [deInternalContinue, deLoadLibrary]);
|
||||
Finished := not (AnEvent in [deInternalContinue, deLoadLibrary, deUnloadLibrary]);
|
||||
if Finished then
|
||||
begin
|
||||
if (AnEvent <> deException) then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user