mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 23:19:12 +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
|
||||
// for windows and *nix (1 or 2 character line ending)
|
||||
LE := LineEnding;
|
||||
FDbgProcess.Input.Write(LineEnding[1], Length(LineEnding));
|
||||
FDbgProcess.Input.Write(LE, Length(LE));
|
||||
end
|
||||
else begin
|
||||
DebugLn('[TCmdLineDebugger.SendCmdLn] Unable to send <', ACommand, '>. No process running.');
|
||||
|
Loading…
Reference in New Issue
Block a user