mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 07:29:25 +02:00
FpDebug: Don not pause debugging after a library has been loaded
git-svn-id: trunk@44618 -
This commit is contained in:
parent
c215259e91
commit
0341bfb4de
@ -224,7 +224,7 @@ begin
|
||||
deLoadLibrary:
|
||||
begin
|
||||
debugln('LoadLibrary');
|
||||
continue:=false;
|
||||
continue:=true;
|
||||
end;
|
||||
deInternalContinue:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user