Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!dimacs.rutgers.edu!mips!spool.mu.edu!uunet!bria!mike From: mike@bria.UUCP (mike.stefanik) Newsgroups: comp.lang.c Subject: Re: debugging run-time Unix C programs Message-ID: <262@bria.UUCP> Date: 9 May 91 21:43:02 GMT References: <42138@cup.portal.com> Reply-To: uunet!bria!mike Distribution: usa Organization: MGI Group International, Los Angeles, CA Lines: 18 In an article, Erich_S_Proudfit@cup.portal.com writes: > >I would like some help debugging a 'C' program on a Unix system. What are the >names of the debuggers on Unix that will help me debug a program in run-time? Well, since all UNIX systems were not created equal, you may or may not have access to the three standard ones. There is adb, which is rather bare-bones and cryptic; there is sdb which is bare-bones, cryptic, but provides source references; and there is dbx which is a bit nicer (IMHO) than the other two. Of course, you may have third party debuggers as well as vendor added goodies, but these are three that I'm familiar with. -- Michael Stefanik, MGI Inc, Los Angeles | Opinions stated are never realistic Title of the week: Systems Engineer | UUCP: ...!uunet!bria!mike ------------------------------------------------------------------------------- If MS-DOS didn't exist, who would UNIX programmers have to make fun of?