mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 23:00:27 +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:
|
deLoadLibrary:
|
||||||
begin
|
begin
|
||||||
debugln('LoadLibrary');
|
debugln('LoadLibrary');
|
||||||
continue:=false;
|
continue:=true;
|
||||||
end;
|
end;
|
||||||
deInternalContinue:
|
deInternalContinue:
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user