From c04d58e12fd343c49cd6b9ecb0e1547cf0910064 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 4 Aug 2013 07:39:38 +0000 Subject: [PATCH] IDE: debug git-svn-id: trunk@42299 - --- ide/compiler.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/compiler.pp b/ide/compiler.pp index 1357aa8651..5a8c318b2d 100644 --- a/ide/compiler.pp +++ b/ide/compiler.pp @@ -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');