Return to BSD News archive
Newsgroups: comp.unix.programmer,comp.unix.bsd.bsdi.misc Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!newspump.sol.net!www.nntp.primenet.com!nntp.primenet.com!cs.utexas.edu!news.sprintlink.net!news-peer.sprintlink.net!newsfeed.internetmci.com!in2.uu.net!xyzzy!bcstec!ajs6143 From: ajs6143@bcstec.ca.boeing.com (Andy Stefancik) Subject: Re: How to debug C programs Message-ID: <E05H07.5qM@bcstec.ca.boeing.com> Organization: The Boeing Company References: <54plmi$rce@hoho.quake.net> <5526i2$4g7@news.eng.octel.com> Date: Thu, 31 Oct 1996 17:09:43 GMT Lines: 16 Xref: euryale.cc.adfa.oz.au comp.unix.programmer:45476 comp.unix.bsd.bsdi.misc:5206 In article <5526i2$4g7@news.eng.octel.com>, Patrice Allais <patrice.allais@octel.com> wrote: >ian@idk.com (Ian Kettleborough) wrote: > >>C is not new to me, have used it for years in a PC (DOS) >>envirmonent. There are great debuggers there when things don't go >>quite right. How and what does one use on BSDI to debug a C program >>other than a lot of printf's!! > >In case you have dbx on your system, you may find it usefull. > Also bsdi includes a window debugger called ups. You can also get xxgdb. I can't stand command line debugging. Andy S.