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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,37a004cb543745e2 X-Google-Attributes: gid103376,public From: bob@nospam Subject: Re: ada debugger Date: 1999/05/02 Message-ID: <7girul$uhb@drn.newsguy.com>#1/1 X-Deja-AN: 473353274 References: <372B1317.6477DFA2@santandersupernet.com> <372CD4E1.6671A71D@Botton.com> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-05-02T00:00:00+00:00 List-Id: >Ehud Lamm wrote: >> >> My students don't like gdb, being mostly with PC background etc. >> >> Does there exist some debugger that is friendlier? I use DDD. DDD is an X GUI debugger on top of gdb, dbx, xdb, jdb, pydb, perl. It is more GUI than the best windows has to offer. and it is free :) I debug my Java code using DDD (on top of jdb), and Ada/C/C++ (on top of gdb) etc.. There is also xxgdb which is just an X interface to gdb. but DDD is much better. I think DDD is on http://www.ddd.org but I can be wrong, check your favorite search engine. Bob