mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-12 16:19:40 +01:00
FpDebug, testbase: Fix re-using already compiled test-exe
git-svn-id: trunk@61519 -
This commit is contained in:
parent
65aa82abae
commit
fa7ee1a8bb
@ -139,7 +139,7 @@ begin
|
|||||||
Result := '';
|
Result := '';
|
||||||
i := IndexOfExe(AnExeName);
|
i := IndexOfExe(AnExeName);
|
||||||
if i >= 0 then
|
if i >= 0 then
|
||||||
Result := Items[i].FExeName;
|
Result := Items[i].FComandline;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TCompilerProcess }
|
{ TCompilerProcess }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user