mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 14:37:48 +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
|
||||
buf:='';
|
||||
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
|
||||
dbgout(' "',Params[i],'"');
|
||||
Debugln;
|
||||
|
Loading…
Reference in New Issue
Block a user