mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:49:30 +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
|
if ParamIsOption(i,EnableRemoteControlOpt) then
|
||||||
EnableRemoteControl:=true;
|
EnableRemoteControl:=true;
|
||||||
end;
|
end;
|
||||||
|
DebugLn('TMainIDE.ParseCmdLineOptions:');
|
||||||
|
Debugln(' PrimaryConfigPath="',GetPrimaryConfigPath,'"');
|
||||||
|
Debugln(' SecondaryConfigPath="',GetSecondaryConfigPath,'"');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMainIDE.LoadGlobalOptions;
|
procedure TMainIDE.LoadGlobalOptions;
|
||||||
|
Loading…
Reference in New Issue
Block a user