Browse Source

* avoid problems for ClassVariable in Watches window

pierre 23 years ago
parent
commit
b437096263
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ide/fpdebug.pas

+ 5 - 1
ide/fpdebug.pas

@@ -607,6 +607,7 @@ begin
 {$ifndef GABOR}
 {$ifndef GABOR}
   switch_to_user:=true;
   switch_to_user:=true;
 {$endif}
 {$endif}
+  Command('set print object off');
 end;
 end;
 
 
 procedure TDebugController.SetExe(const exefn:string);
 procedure TDebugController.SetExe(const exefn:string);
@@ -4065,7 +4066,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.16  2002-04-11 06:41:13  pierre
+  Revision 1.17  2002-04-17 11:11:54  pierre
+    * avoid problems for ClassVariable in Watches window
+
+  Revision 1.16  2002/04/11 06:41:13  pierre
    * fix problem of TWatchesListBox with fvision
    * fix problem of TWatchesListBox with fvision
 
 
   Revision 1.15  2002/04/03 06:18:30  pierre
   Revision 1.15  2002/04/03 06:18:30  pierre