mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 02:59:44 +01:00
IDE: fixed typo
git-svn-id: trunk@25930 -
This commit is contained in:
parent
97ce05dff2
commit
35234caad3
@ -146,7 +146,7 @@ type
|
||||
function ShowWatchProperties(const AWatch: TIDEWatch; AWatchExpression: String = ''): TModalresult; virtual; abstract;
|
||||
|
||||
procedure ViewDebugDialog(const ADialogType: TDebugDialogType;
|
||||
BringToFront: Boolean = True; Sow: Boolean = true); virtual; abstract;
|
||||
BringToFront: Boolean = True; Show: Boolean = true); virtual; abstract;
|
||||
public
|
||||
property Commands: TDBGCommands read GetCommands; // All current available commands of the debugger
|
||||
property Debuggers[const AIndex: Integer]: TDebuggerClass read GetDebuggerClass;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user