Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!iconsys!mday From: mday@iconsys.uucp (Matt Day) Newsgroups: comp.unix.programmer Subject: Re: Which (C) debugger to use? Message-ID: <1990Oct4.231310.11602@iconsys.uucp> Date: 4 Oct 90 23:13:10 GMT References: <2460@ns-mx.uiowa.edu> <998@nlsun1.oracle.nl> <1343@rlgvax.UUCP> Organization: Sanyo/Icon International, Inc., Orem, Utah Lines: 11 Since nobody has done so already, I must recommend GDB as the debugger of choice. GDB supports nearly all the features found in both adb and sdb with extensions to provide a command-line history, user-definable aliases, and many more handy little things that we all cherish, not to mention the fact that it's free, portable to many systems, and I've noticed that it's quite a bit faster than sdb (don't know about adb). Note: you don't have to use GCC to debug your programs with GDB, GDB understands standard object file formats on most systems (but you really should use GCC; plug, plug). They can all be downloaded from prep.ai.mit.edu:pub/gnu (18.71.0.38). -- - Matthew T. Day, Sanyo/Icon, mday@iconsys.icon.com || uunet!iconsys!mday