From owner-freebsd-questions Sat May 25 18:38:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA25328 for questions-outgoing; Sat, 25 May 1996 18:38:51 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA25322 for ; Sat, 25 May 1996 18:38:48 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id TAA22710; Sat, 25 May 1996 19:38:18 -0600 Date: Sat, 25 May 1996 19:38:18 -0600 From: Nate Williams Message-Id: <199605260138.TAA22710@rocky.sri.MT.net> To: "Brian J. McGovern" Cc: questions@freebsd.org Subject: Re: 3 quickies(?) In-Reply-To: <199605260120.VAA04578@spoon.beta.com> References: <199605260120.VAA04578@spoon.beta.com> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 2.) I'm wondering if there is a source level debugger out there that runs > under FreeBSD (similar to Microsoft's Code View). Its possible gdb even > does it, but I can't find it in the documentation. If anyone has suggestions, > or could tell me how to make gdb do it (tutorial perhaps?), I'd be most > greatful. Look for 'ddd' on the net. It's a *very* nice graphical debugger that uses GDB for it's internals. > 3.) Lastly... CVS. See #2 :) I've read the documentation, but, like the > Nynex commerical, "I don't get it!" (I'm not surprised). Anyhow, again, > a tutorial (or even a lengthy email showing me the "proper way" to > import source, and make revision levels - I think I have the checkout > and check-in parts ok). Thanks. Look on the net for Per Cederquist's 'CVS-Tutorial'. Unfortunately, I don't a copy on-line anymore, but I used to give out copies of it to the intro. to CVS sessions I used to teach. Nate