mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 15:09:56 +02:00
* AddWatch calls DoShowWatches
This commit is contained in:
parent
17eccf5700
commit
19b0ddfa22
@ -128,6 +128,9 @@ begin
|
|||||||
begin
|
begin
|
||||||
WatchesCollection^.Insert(P);
|
WatchesCollection^.Insert(P);
|
||||||
WatchesCollection^.Update;
|
WatchesCollection^.Update;
|
||||||
|
{ If not assigned(WatchesWindow) then
|
||||||
|
should we only open it the first time ?? PM }
|
||||||
|
DoShowWatches;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
dispose(P,Done);
|
dispose(P,Done);
|
||||||
@ -136,7 +139,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.10 2000-01-08 18:26:20 florian
|
Revision 1.11 2000-02-04 00:13:59 pierre
|
||||||
|
* AddWatch calls DoShowWatches
|
||||||
|
|
||||||
|
Revision 1.10 2000/01/08 18:26:20 florian
|
||||||
+ added a register window, doesn't work yet
|
+ added a register window, doesn't work yet
|
||||||
|
|
||||||
Revision 1.9 1999/09/22 16:18:19 pierre
|
Revision 1.9 1999/09/22 16:18:19 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user