From 99a9be4d2007fedd12bd98a5cebd9f150608d03c Mon Sep 17 00:00:00 2001 From: pierre Date: Sun, 21 Nov 1999 01:44:34 +0000 Subject: [PATCH] + Use def_gdb_stop for easy GDB debugging --- ide/text/fpcompil.pas | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ide/text/fpcompil.pas b/ide/text/fpcompil.pas index 0d539ee2ed..30a00de1ed 100644 --- a/ide/text/fpcompil.pas +++ b/ide/text/fpcompil.pas @@ -455,6 +455,9 @@ begin { update info messages } if assigned(CompilerStatusDialog) then CompilerStatusDialog^.Update; +{$ifdef DEBUG} + def_gdb_stop(level); +{$endif DEBUG} {$ifdef redircompiler} RedirEnableAll; {$endif} @@ -745,7 +748,10 @@ end; end. { $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 Revision 1.42 1999/11/10 17:20:41 pierre