gdb works well at letting me poke around in the C portions of the code, but, not unexpectedly, doesn't seem to be able to let me do the same for Guile. I'm aware of (display foo) as well as (gnc:debug more-foo), but is there a way that an interactive Guile debugger can be invoked from the running Guile code? -Jeff