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,a1b359e872267c11 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: help on gdb Date: 1999/01/30 Message-ID: #1/1 X-Deja-AN: 438696716 References: <36b230bc.4198507@news> Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Date: 1999-01-30T00:00:00+00:00 List-Id: toulzac@alphainfo.unilim.fr wrote in message <36b230bc.4198507@news>... >hello > >I search documentation on the gdb debugger >or on other solution to debug my ada projects files > >thanks It really would have helped if you had specified the platform and compiler you are using. For example, the latest version of gnat for Windows 9x/NT is available at ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/distrib/winnt/ This package contains not only the compiler, but the emacs editor, the AdaGIDE, as well as the Tcl/Tk version of an Ada-aware gdb. The gdb can be run with or without the GUI. The package also contains full documentation in several forms. If you are looking for gdb on a Unix platform then look at ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/distrib/gdb/ where you will find the debugger for several platforms, as well as documentation.