[gvd-devel] Bug in GVD
Arnaud Charlet
gvd-devel@act-europe.fr
Thu, 29 Mar 2001 09:33:27 +0200
> I use GDB 4.13.
GDB 4.13 is a rather old version, so I would suggest either upgrading to a
newer version that understands the -nw command (and contains many other
improvements), or write a little wrapper that will remove the -nw
switch from the command line and then call gdb.
Also note that as most graphical front-end, GVD has a tendency to stress
the underlying debugger, so this is another good reason for upgrading
to a more recent version.
Assuming that your wrapper script is called my_gdb, you can call gvd
with
gvd --debugger my_gdb
Cheers,
Arno