mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 10:09:14 +02:00
codetools: nicer debugging
git-svn-id: trunk@60542 -
This commit is contained in:
parent
4f1d217a02
commit
53fe4eeac4
@ -1460,7 +1460,7 @@ begin
|
|||||||
try
|
try
|
||||||
buf:='';
|
buf:='';
|
||||||
if (MainThreadID=GetCurrentThreadId) and not Quiet then begin
|
if (MainThreadID=GetCurrentThreadId) and not Quiet then begin
|
||||||
DbgOut(['Hint: (lazarus) [RunTool] ',Filename]);
|
DbgOut(['Hint: (lazarus) [RunTool] "',Filename,'"']);
|
||||||
for i:=0 to Params.Count-1 do
|
for i:=0 to Params.Count-1 do
|
||||||
dbgout(' "',Params[i],'"');
|
dbgout(' "',Params[i],'"');
|
||||||
Debugln;
|
Debugln;
|
||||||
|
Loading…
Reference in New Issue
Block a user