Browse Source

+ Use def_gdb_stop for easy GDB debugging

pierre 26 years ago
parent
commit
99a9be4d20
1 changed files with 7 additions and 1 deletions
  1. 7 1
      ide/text/fpcompil.pas

+ 7 - 1
ide/text/fpcompil.pas

@@ -455,6 +455,9 @@ begin
      { update info messages }
      { update info messages }
      if assigned(CompilerStatusDialog) then
      if assigned(CompilerStatusDialog) then
       CompilerStatusDialog^.Update;
       CompilerStatusDialog^.Update;
+{$ifdef DEBUG}
+     def_gdb_stop(level);
+{$endif DEBUG}
 {$ifdef redircompiler}
 {$ifdef redircompiler}
       RedirEnableAll;
       RedirEnableAll;
 {$endif}
 {$endif}
@@ -745,7 +748,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.43  1999-11-18 13:49:56  pierre
+  Revision 1.44  1999-11-21 01:44:34  pierre
+   + Use def_gdb_stop for easy GDB debugging
+
+  Revision 1.43  1999/11/18 13:49:56  pierre
    + use IsExe var to know if we need to call ppas
    + use IsExe var to know if we need to call ppas
 
 
   Revision 1.42  1999/11/10 17:20:41  pierre
   Revision 1.42  1999/11/10 17:20:41  pierre