mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
debuggerintf: less hints
git-svn-id: trunk@59208 -
This commit is contained in:
parent
21ce8c93c4
commit
14c6216cd1
@ -422,13 +422,13 @@ type
|
||||
FMaster: TDBGBreakPoint;
|
||||
procedure SetMaster(AValue: TDBGBreakPoint);
|
||||
protected
|
||||
procedure BeginUpdate; override;
|
||||
procedure DoEndUpdate; override;
|
||||
procedure ReleaseMaster;
|
||||
property Master: TDBGBreakPoint read FMaster write SetMaster;
|
||||
// TODO: move TBaseBreakPoint properties from IDE te IDEBase
|
||||
public
|
||||
destructor Destroy; override;
|
||||
procedure BeginUpdate; override;
|
||||
end;
|
||||
|
||||
{ TBaseBreakPoints }
|
||||
@ -3708,8 +3708,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TBaseBreakPoint.DoEndUpdate;
|
||||
var
|
||||
c: TDbgBpChangeIndicators;
|
||||
begin
|
||||
inherited DoEndUpdate;
|
||||
MarkPropertiesChanged([]);
|
||||
|
Loading…
Reference in New Issue
Block a user