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,2cdc6c2ee911fe77 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: gdb question, was Re: Ada vs. C++ Date: 2000/02/16 Message-ID: #1/1 X-Deja-AN: 586626982 Sender: bobduff@world.std.com (Robert A Duff) References: <88a775$gsq$1@nntp9.atl.mindspring.net> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-02-16T00:00:00+00:00 List-Id: tmoran@bix.com writes: > I recently needed, for the first time, to use gdb. It seemed > non-obvious and extremely klutzy. Is that just my unfamiliarity, > or does that match others' observation? I don't much like gdb, either. But in general, I don't like to spend a lot of time in debuggers anyway -- better to try to understand the code. When I do use gdb, I use it under Emacs, which makes it much more pleasant (eg automatically shows the part of the program you're in). - Bob