mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
IdeDebugger: remove warning
This commit is contained in:
parent
3775b1ee49
commit
c583496424
@ -915,7 +915,6 @@ begin
|
|||||||
FDebuggerConfigList.LoadFromXml(XMLCfg, 'Debugger/Backends/');
|
FDebuggerConfigList.LoadFromXml(XMLCfg, 'Debugger/Backends/');
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
debugln(['TDebuggerOptions.LoadDebuggerProperties importing OLD debugger backend config from environment-opts']);
|
|
||||||
FDebuggerConfigList.LoadFromOldXml(EnvironmentOptions.XMLCfg, 'EnvironmentOptions/Debugger/', 'EnvironmentOptions/DebuggerFilename/Value');
|
FDebuggerConfigList.LoadFromOldXml(EnvironmentOptions.XMLCfg, 'EnvironmentOptions/Debugger/', 'EnvironmentOptions/DebuggerFilename/Value');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user