GDB Windows for idiots
Tom Tromey
tromey@redhat.com
Tue Feb 25 20:53:00 GMT 2003
>>>>> "Ãyvind" == Ãyvind Harboe <oyvind.harboe@zylin.com> writes:
Ãyvind> Is there a "GDB Windows for idiots" resource?
I don't know. Google...
Ãyvind> The tutorial below is a bit steep, when what I want to do is
Ãyvind> to produce a useful bug-report within an hour for GCJ 3.3
Ãyvind> under Windows.
Ãyvind> http://gcc.gnu.org/java/gdb.html
This is specialized for Linux.
For Windows you won't need the "handle" stuff.
Try:
shell$ gdb <my-program-name>
...
(gdb) run <command-line-arguments>
...
... program crashes
(gdb) bt
... gdb prints stack trace
gdb has on-line help; use the "help" command.
I imagine there is a tutorial or something on the gdb site:
http://sources.redhat.com/gdb/
Tom
More information about the Java
mailing list