This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdb and guile


Mikael writes:

   Thus, in practise, Guile does not have GDB support, and GDB does not
   support Guile.

All the same, there is some useful stuff that does work...

Given a SCM value v, you can usually type

(gdb) call gdb_print(v)
(gdb) print gdb_output

to see the printed representation of that value.  (gdb_print outputs
to the global variable gdb_output.)

Which is already a lot better than nothing!

Regards,

        Neil

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]