mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 14:50:43 +02:00
FpDebug: debugln
git-svn-id: trunk@62345 -
This commit is contained in:
parent
489625b121
commit
a2a811c87c
@ -1124,12 +1124,12 @@ begin
|
||||
else begin
|
||||
if not assigned(FCommand) then
|
||||
begin
|
||||
DebugLn(FPDBG_COMMANDS, 'Continue process without command.');
|
||||
DebugLnEnter(FPDBG_COMMANDS, 'Continue process without command.');
|
||||
FCurrentProcess.Continue(FCurrentProcess, FCurrentThread, False)
|
||||
end
|
||||
else
|
||||
begin
|
||||
DebugLn(FPDBG_COMMANDS, 'Continue process with command '+FCommand.ClassName);
|
||||
DebugLnEnter(FPDBG_COMMANDS, 'Continue process with command '+FCommand.ClassName);
|
||||
FCommand.DoContinue(FCurrentProcess, FCurrentThread);
|
||||
end;
|
||||
|
||||
@ -1140,6 +1140,7 @@ begin
|
||||
FCommand.Thread := nil;
|
||||
FreeAndNil(FCurrentThread);
|
||||
end;
|
||||
DebugLnExit(FPDBG_COMMANDS);
|
||||
end;
|
||||
end;
|
||||
if not FCurrentProcess.WaitForDebugEvent(AProcessIdentifier, AThreadIdentifier) then
|
||||
|
Loading…
Reference in New Issue
Block a user