mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 23:04:39 +02:00
IDE, debugger: Reduce unnecessary watches updates
git-svn-id: trunk@62556 -
This commit is contained in:
parent
dee73b2218
commit
1ac14d37b8
@ -499,6 +499,7 @@ end;
|
||||
procedure TWatchesDlg.ContextChanged(Sender: TObject);
|
||||
begin
|
||||
DebugLn(DBG_DATA_MONITORS, ['DebugDataWindow: TWatchesDlg.ContextChanged ', DbgSName(Sender), ' Upd:', IsUpdating]);
|
||||
if (DebugBoss <> nil) and (DebugBoss.State in [dsPause, dsInternalPause]) then
|
||||
UpdateAll;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user