From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_05,INVALID_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,59cd6b34c4db11bd,start X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,59cd6b34c4db11bd,start X-Google-Attributes: gid1014db,public X-Google-Thread: 10db24,59cd6b34c4db11bd,start X-Google-Attributes: gid10db24,public X-Google-Thread: 103376,59cd6b34c4db11bd,start X-Google-Attributes: gid103376,public From: akin@hq.ctr.vt.edu () Subject: A DEBUGGER ... Date: 1996/04/10 Message-ID: <4khgrv$fl2@solaris.cc.vt.edu>#1/1 X-Deja-AN: 146814468 distribution: world organization: Virginia Tech, Blacksburg, Virginia nntp-posting-user: akin newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu Date: 1996-04-10T00:00:00+00:00 List-Id: Hi, I'm developing a software usinc Sun C++ on Solaris. And I need a debugger. What kind of software are there for this purpose? Any book or any site on the internet? I heard about sdb and dbx. But I have no idea about them. which one is preferable depending on what situations? Thanks.