Re: saving and restoring the error stack trace

2006-08-24 Thread Neil Jerram
"Marco Maggi" <[EMAIL PROTECTED]> writes: > If an error occurs in the invocation of > my-other-scheme-impl-scheme-function I want a > full stack trace of the error be shown to the > user that invoked my-scheme-implemented-scheme-function > at the REPL. > Is there a way? Yes, and I'm in the proc

Re: debian package for guile-debugging-0.12

2006-08-24 Thread Neil Jerram
William Xu <[EMAIL PROTECTED]> writes: > John Steele Scott <[EMAIL PROTECTED]> writes: > >> Hi, >> >> I have made a deb package of Neil Jerram's very useful >> guile-debugging-0.12. > > Would be greater if it's committed to debian repo. :-) Do you know the procedure for doing that? Regards,

saving and restoring the error stack trace

2006-08-24 Thread Marco Maggi
Ciao, I am interfacing the GSL ordinary differential equations solver with Guile. I have the following stack of invocations: my-scheme-implemented-scheme-function | ->my-C-implemented-scheme-function | ->gsl_odeiv_evolve_apply | ->my_C_callback | ->scm_in

Re: debian package for guile-debugging-0.12

2006-08-24 Thread William Xu
John Steele Scott <[EMAIL PROTECTED]> writes: > Hi, > > I have made a deb package of Neil Jerram's very useful > guile-debugging-0.12. > > The package is available from: > > > > Deb source is available i