From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging Date: Fri, 05 Nov 1999 13:58:01 -0500 Organization: Nortel Lines: 15 Message-ID: <382328B9.4E69EC6F@nortelnetworks.com> References: <7vsc4r$d0$1 AT canopus DOT cc DOT umanitoba DOT ca> NNTP-Posting-Host: bcarib90.ca.nortel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en To: djgpp AT Delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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..