FpDebug: Asm-step-over, ignore unloading library events

(cherry picked from commit 93da1812b9)
This commit is contained in:
Martin 2024-11-06 11:34:30 +01:00
parent 604c8de016
commit 7ea40e1211

View File

@ -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