From: nuke AT me DOT net Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging Message-ID: <3845d3a5.1985247@news.camtech.net.au> References: <7vsc4r$d0$1 AT canopus DOT cc DOT umanitoba DOT ca> <382328B9 DOT 4E69EC6F AT nortelnetworks DOT com> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 20 NNTP-Posting-Host: dialup-ad-14-95.camtech.net.au X-Trace: ozemail.com.au 944099882 203.55.242.223 (Thu, 02 Dec 1999 12:58:02 EST) NNTP-Posting-Date: Thu, 02 Dec 1999 12:58:02 EST Organization: OzEmail Ltd, Australia Distribution: world Date: Thu, 02 Dec 1999 02:05:03 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is Gnu DeBug use a GUI? I have the integrated debugger in RHIDE >Hi Randy, > get gdb Gnu DeBug from the same place you got djgpp. I've got >gdb416b.zip. Unzip with winzip from your djpgg directory. I use info >to read the information files. There may be other formats ... no not in >that version at any rate. once in gdb type help. "gnu file.exe" make >sure the file.cc is gettable by gdb. It's quite good. > > Regards Ian > >Randy wrote: >> >> I have never used a debugger (for C/C++), can someone point me to the >> relevant documentation files to learn how? >> >> Thanks..