Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!kenmoore From: kenmoore@unix.cis.pitt.edu (Kenneth L Moore) Newsgroups: comp.unix.wizards Subject: Re: + Message-ID: <20979@unix.cis.pitt.edu> Date: 3 Dec 89 00:32:28 GMT References: <2660.25773365@tlsi.FIDONET.ORG> Reply-To: kenmoore@unix.cis.pitt.edu (Kenneth L Moore) Organization: Univ. of Pittsburgh, Comp & Info Services Lines: 19 In article <2660.25773365@tlsi.FIDONET.ORG> Dweeks@p0.f3107.n124.z1.FIDONET.ORG (Dweeks) writes: ==>Does anyone have any hints/tricks to pass on reguarding dbx? I have just ==>started programming a SUN386i in C. Also, any help finding bugs using ==>core files etc. Thanks in advance. ==> Don Weeks ==> dweeks@palind ==> ==> --- Ned 1.00 = For one use dbxtool. This is just a sunwindow interface to dbx. For another, if you use it, as I do, remove your "limit coredumpsize 0". This way, on startup, dbxtool will go immediately to the place where the core dumped. As an encouragement for learning dbxtool, I wouldn't want to program without it. Ken