This is the mail archive of the guile@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: Debugging Guile with gdb



This is cool; it should be included with Guile.  Could the originator
get in touch with me, so we can talk about getting papers for it?

> # -*- sh -*- 
> # Define a bunch of useful functions for debugging Guile.
> # Add more as required.
> 
> define dp
> set $gp=gdb_print($arg0)
> output gdb_output
> echo \n
> end
> document dp
> Executes (display $arg0) to stdout.
> end