Message-ID: <003b01c258f1$d12c4fe0$5ba951d5@delo> From: "johny" To: Subject: debugging Date: Tue, 10 Sep 2002 19:45:12 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Scanner: exiscan *17op2X-0001VT-00*hIN.7BUYDYw* (mailserver) Reply-To: djgpp AT delorie DOT com when I try to debug this... #include int main() { int a; a=55; a++; return 0; } I compile it with -g, but when I try to debug this, I get an error that breakpoint is invalid or there is now debug information... thanks.