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: Sun, 12 May 2002 16:33:26 +1000 Organization: ihug ( New Zealand ) Lines: 19 Message-ID: <3s2sdu02ipdo5ghr3sq9g8g7ag39tutkre@4ax.com> References: NNTP-Posting-Host: p139-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 1021185206 8052 203.173.140.139 (12 May 2002 06:33:26 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sun, 12 May 2002 06:33:26 +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 >I have installed the following archives several times per instructions >in a win2k system with sp2 installed: > >rhid149b.zip > >How can I get the debugger to work under rhide? Thanks in advance for >any help. First piece of advice is to go and get the Rhide 1.5.0 snapshot from http://www.rhide.com . This will help with some W2K issues. Are you using C++ or C? I use the Rhide 1.5.0 snapshot on XP with C programs and they work fine. I haven't tried the latest Rhide snapshot with C++ , it includes GDB 5.2. The next thing to try is to check the following:- Does C debugging work? Does C++ debugging work? Andrew