Mail Archives: djgpp/1995/10/05/13:24:10
On Sat, 23 Sep 1995 00:21:31 GMT, FRITZW AT URIACC DOT URI DOT EDU <FRITZW AT URIACC DOT URI DOT EDU> wrote:
: As for the GNU debugger, a glitzier interface would be a plus. Right now,
: it takes a lot longer to debug a GNU program then a Borland-compiled program,
: because, although the GNU debugger compares in capabilities, it is very
: difficult to learn (and I'm sick of typing 20 to 30 character variable and
: function names, where's my point and click interface? :) Again, I'd be happy to
: help out if I could, but somehow I don't think I'm quite skilled enough at
: protected mode progrsamming to be of much use... :)
Strange. I have had the exact opposite experience. I am able to debug a
program much quicker using gdb that I am with Borland's debugger. I have to
admit that I have only used the GNU debugger under Unix though. I assume
that it works the same under MSDOS.
Regarding 20-30 character variable names, simply use TAB completion. This
is MUCH quicker than clicking on the FILE menu and loading a particular .c
file, then searching for the word and clicking on it.
--John
- Raw text -