From: "Heikki Sairanen" Newsgroups: comp.os.msdos.djgpp Subject: RHIDE problem -g Date: Wed, 28 Apr 1999 20:07:05 +0300 Organization: TPO Internet Lines: 19 Message-ID: <7g7f7s$jtm$1@news.koti.tpo.fi> NNTP-Posting-Host: s.kurvi.phpoint.net X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a project going on and would like to debug it using commands like Step over and Set Breakpoint. It gives this message: This program has no usable debugging information. Try to compile it with the -g switch. When I comply all it shows this message gcc -g -g -c ../source/closed.c -o ../objects/closed.o (THERE's THE -g switch TWO Times...) What can I do about it?