IDE: debug

git-svn-id: trunk@42299 -
This commit is contained in:
mattias 2013-08-04 07:39:38 +00:00
parent a66445c078
commit c04d58e12f

View File

@ -270,7 +270,7 @@ begin
end;
end;
if ConsoleVerbosity>=0 then
DebugLn('[TCompiler.Compile] CmdLine="',CmdLine,'"');
DebugLn('[TCompiler.Compile] CmdLine="',CompilerFilename+CmdLine,'"');
{$IFDEF EnableNewExtTools}
Tool:=ExternalToolList.Add('Compling Project');