mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 22:59:17 +02:00
debugger: completed fix of r14459 #ae6fd378b3
git-svn-id: trunk@14460 -
This commit is contained in:
parent
ae6fd378b3
commit
0bc0d15388
@ -384,7 +384,7 @@ begin
|
|||||||
// store LineEnding in local variable, so the same statement can be used
|
// store LineEnding in local variable, so the same statement can be used
|
||||||
// for windows and *nix (1 or 2 character line ending)
|
// for windows and *nix (1 or 2 character line ending)
|
||||||
LE := LineEnding;
|
LE := LineEnding;
|
||||||
FDbgProcess.Input.Write(LineEnding[1], Length(LineEnding));
|
FDbgProcess.Input.Write(LE, Length(LE));
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
DebugLn('[TCmdLineDebugger.SendCmdLn] Unable to send <', ACommand, '>. No process running.');
|
DebugLn('[TCmdLineDebugger.SendCmdLn] Unable to send <', ACommand, '>. No process running.');
|
||||||
|
Loading…
Reference in New Issue
Block a user