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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,31b8879c52cdbc65 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Gnat on OpenVMS Date: 1999/05/19 Message-ID: <1999May19.172621.1@eisner>#1/1 X-Deja-AN: 479785449 X-Nntp-Posting-Host: eisner.decus.org References: <7hshfq$5tc$1@front1.grolier.fr> <37424625.4A33DD44@wanadoo.fr> <7hv83e$t2o$1@front4.grolier.fr> X-Trace: news.decus.org 927149186 16628 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-05-19T00:00:00+00:00 List-Id: In article <7hv83e$t2o$1@front4.grolier.fr>, "Thierry Lelegard" writes: > I am not in love with the OpenVMS debugger, I just appreciate > its functionalities. If GDB can achieve the same features, > even with a different user interface (I don't care), > I will be delighted to use it. I have never used GDB, but the potential problem that concerns me is debugging a multilingual program. If one calls from Ada into Bliss or PL/I, I presume GDB is not going to step through that with beautiful debugging ability in both the Ada and non-Ada parts. For those who prefer DEC C, I suppose it is possible to debug under GNU and then switch to DEC C for qualification testing. Of course I am not saying that things would be perfect with some other arrangement. Larry Kilgallen