From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: Trouble when upgrading to gcc 2.8.1 Date: Tue, 01 Sep 1998 14:59:28 -0400 Organization: Bell Northern Research Message-ID: <35EC4410.62FB3CCC@nt.com> References: <35D9F7ED DOT AC0455EE AT dd DOT chalmers DOT se> <6rd88r$jbr$5 AT news DOT luth DOT se> <35DBE03C DOT D0F3DD8E AT dd DOT chalmers DOT se> NNTP-Posting-Host: bcarib90.bnr.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ted Larsson wrote: > > By the way, I haven't really figured out the gdb debugger. I really like > the VC++ debugger, so I wonder, can I get gdb to display debugging info > in a similar manner? Links to any tutorials? Ted, I'm sure that you know all about info. If not go into $dj/info/DIR and add gdb.inf or dgb.info where obvious. else gdb file.exe help. list cr cr cr cr //to see the sourc. //Make sure that the .c or .cc file is in same directroy as .exe break line_No continue //to get going again It's all quite fast til you do a watch location. I like it but I've never called it from rhide. I suspect from the tone of your post that you wlll know more about gdb than me inside a couple of days once you try it. Regards Ian.