Browse Source

* Peter's debug code commented

pierre 26 years ago
parent
commit
38575e17a0
1 changed files with 6 additions and 3 deletions
  1. 6 3
      ide/text/fpmopts.inc

+ 6 - 3
ide/text/fpmopts.inc

@@ -397,8 +397,8 @@ begin
   if Desktop^.ExecView(D)=cmOK then
   begin
     DebugInfoSwitches^.SetCurrSel(RB^.Value);
-    Writeln(':',CB^.Value,':');
-    readln;
+    {Writeln(':',CB^.Value,':');
+    readln;}
     if CB^.Value = 3 then
       I := 1
     else
@@ -724,7 +724,10 @@ end;
 
 {
   $Log$
-  Revision 1.14  1999-02-16 10:43:56  peter
+  Revision 1.15  1999-02-16 17:15:28  pierre
+   * Peter's debug code commented
+
+  Revision 1.14  1999/02/16 10:43:56  peter
     * use -dGDB for the compiler
     * only use gdb_file when -dDEBUG is used
     * profiler switch is now a toggle instead of radiobutton