mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
debugger: fixed compile warning
git-svn-id: trunk@42429 -
This commit is contained in:
parent
b7ebebacca
commit
ef6c0db331
@ -44,8 +44,8 @@ type
|
||||
function CreateCommandInit: TGDBMIDebuggerCommandInitDebugger; override;
|
||||
function CreateCommandStartDebugging(AContinueCommand: TGDBMIDebuggerCommand): TGDBMIDebuggerCommandStartDebugging; override;
|
||||
procedure InterruptTarget; override;
|
||||
function NeedReset: Boolean; override;
|
||||
public
|
||||
function NeedReset: Boolean; override;
|
||||
class function CreateProperties: TDebuggerProperties; override; // Creates debuggerproperties
|
||||
class function Caption: String; override;
|
||||
class function RequiresLocalExecutable: Boolean; override;
|
||||
|
Loading…
Reference in New Issue
Block a user