mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 16:10:14 +02:00
IDE: writing pcp and scp at start to help debugging common problems
git-svn-id: trunk@15121 -
This commit is contained in:
parent
b62f0edb8a
commit
09d15f3989
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user