>>>>> "Olivier" == Olivier Parisy <ml.olivier.parisy@free.fr> writes: Olivier> On a related note, is there a trick to display Java "String" objects Olivier> in GDB? For me 'p str' works just fine. There's also some more general object dumping code in libgcj that you can use from gdb. The wiki page on debugging is useful: http://gcc.gnu.org/wiki/Debugging_tips_for_libgcj Tom