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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,35de4b882738f3d8 X-Google-Attributes: gid103376,public From: mfeldman@seas.gwu.edu (Michael Feldman) Subject: Re: GNAT debugger. Date: 1996/10/21 Message-ID: <54ggoi$dsm@felix.seas.gwu.edu>#1/1 X-Deja-AN: 190998407 references: <54506a$kel@columbia.acc.brad.ac.uk> organization: George Washington University newsgroups: comp.lang.ada Date: 1996-10-21T00:00:00+00:00 List-Id: In article , Robert Dewar wrote: >Gary asks >" Is there a graphical or command based debugger for gnat which allows >inspection of and stepping though ada code. For example the borland turbo >c++ debugger allows you to step through each line of code and displays >the values stored in variables as your code changes. It doesnt need to look >as good as the turbo interface. >The answer to your first question is yes, DDD, a freely available >GUI front end for GDB. Having just checked the web site for DDD, I reconfirmed that DDD seems to be a wonderful debugger front end _if_ you happen to have an X-based terminal lying around. It depends on C++ and Motif. Don;t expect this to work on your Win 95 or DOS box. Linux is possible. Mike Feldman