mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 02:09:21 +02:00
GdbmiDebugger/Server: FIX Add ability to inject gdb-commands specified by user.
git-svn-id: trunk@61890 -
This commit is contained in:
parent
9ef0d523bc
commit
bb55284e92
@ -11363,6 +11363,7 @@ begin
|
||||
t := DefaultTimeOut;
|
||||
f := [];
|
||||
for i := 0 to ACommands.Count - 1 do begin
|
||||
s := ACommands[i];
|
||||
if (s = '') or (s = '#') then
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user