mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 16:39:15 +02:00
DBG: Fix compilation. Broke in r 37091 : Omit check for local files, when using GDB over ssh.
git-svn-id: trunk@37097 -
This commit is contained in:
parent
3092170744
commit
b4ed549862
@ -2659,14 +2659,13 @@ function TDebugManager.GetDebugger: TDebugger;
|
||||
begin
|
||||
Result := FDebugger;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
function TDebugManager.GetCurrentDebuggerClass: TDebuggerClass;
|
||||
begin
|
||||
Result := GetDebuggerClass;
|
||||
end;
|
||||
|
||||
{$ENDIF}
|
||||
|
||||
function TDebugManager.ShowBreakPointProperties(const ABreakpoint: TIDEBreakPoint): TModalresult;
|
||||
begin
|
||||
Result := TBreakPropertyDlg.Create(Self, ABreakpoint).ShowModal;
|
||||
|
Loading…
Reference in New Issue
Block a user