X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging Problem with win2k Date: Mon, 13 May 2002 18:03:51 +1000 Organization: ihug ( New Zealand ) Lines: 11 Message-ID: <6ksudug4ffchg2flqbs9us9gevgcmi80r3@4ax.com> References: <3s2sdu02ipdo5ghr3sq9g8g7ag39tutkre AT 4ax DOT com> NNTP-Posting-Host: p121-apx1.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1021277028 30336 203.173.140.121 (13 May 2002 08:03:48 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Mon, 13 May 2002 08:03:48 +0000 (UTC) X-Newsreader: Forte Agent 1.91/32.564 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >> The next thing to try is to check the following:- >> Does C debugging work? >> Does C++ debugging work? >> >Neither works. :-( I have used Rhide on W2K and now XP for debugging C programs. What debug options are you using? The "-g" option works fine for me on XP. For C++ try the "-gdwarf-2" option. This seems to allow me to step, wath and set a breakpoint on a line and go to the line. Some of the other options may be better than this and some are worse than this.