Xref: utzoo comp.lang.c:32280 comp.unix.programmer:125 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!orcenl!bengsig From: bengsig@oracle.nl (Bjorn Engsig) Newsgroups: comp.lang.c,comp.unix.programmer Subject: Re: Which (C) debugger to use? Message-ID: <998@nlsun1.oracle.nl> Date: 28 Sep 90 11:41:48 GMT References: <2460@ns-mx.uiowa.edu> Reply-To: bengsig@oracle.nl (Bjorn Engsig) Followup-To: comp.unix.programmer Organization: Oracle Europe, The Netherlands Lines: 14 [Please continue in comp.unix.programmer. ] Article <2460@ns-mx.uiowa.edu> by bonak@herky.cs.uiowa.edu (Esmail Bonakdarian) says: |I am trying to decide which debugger to learn to use with C on |our BSD Unix system. | |What are the relative merits of the sdb and dbx programs? If you have dbx, use that. The syntax and semantics of sdb are so strangely interwoven that it is a pain. E.g: 'xyz' prints the value of xyz, 'i' issues the i command even if there is an i variable. -- Bjorn Engsig, Domain: bengsig@oracle.nl, bengsig@oracle.com Path: uunet!mcsun!orcenl!bengsig From IBM: auschs!ibmaus!cs.utexas.edu!uunet!oracle!bengsig