Browse Source

* AddWatch calls DoShowWatches

pierre 25 years ago
parent
commit
19b0ddfa22
1 changed files with 7 additions and 1 deletions
  1. 7 1
      ide/text/fpmdebug.inc

+ 7 - 1
ide/text/fpmdebug.inc

@@ -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