IDE: writing pcp and scp at start to help debugging common problems

git-svn-id: trunk@15121 -
This commit is contained in:
mattias 2008-05-13 14:48:35 +00:00
parent b62f0edb8a
commit 09d15f3989

View File

@ -1045,6 +1045,9 @@ begin
if ParamIsOption(i,EnableRemoteControlOpt) then
EnableRemoteControl:=true;
end;
DebugLn('TMainIDE.ParseCmdLineOptions:');
Debugln(' PrimaryConfigPath="',GetPrimaryConfigPath,'"');
Debugln(' SecondaryConfigPath="',GetSecondaryConfigPath,'"');
end;
procedure TMainIDE.LoadGlobalOptions;