mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 05:23:30 +01:00
debuggerintf: fixed deprecated
git-svn-id: trunk@47149 -
This commit is contained in:
parent
37b0944e55
commit
4192c00d01
@ -5483,12 +5483,12 @@ end;
|
||||
|
||||
class function TDebuggerIntf.HasExePath: boolean;
|
||||
begin
|
||||
Result := true; // most debugger are external and have an exe path
|
||||
Result := NeedsExePath;
|
||||
end;
|
||||
|
||||
class function TDebuggerIntf.NeedsExePath: boolean;
|
||||
begin
|
||||
Result := HasExePath;
|
||||
Result := true; // most debugger are external and have an exe path
|
||||
end;
|
||||
|
||||
class function TDebuggerIntf.CanExternalDebugSymbolsFile: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user