Re: (ice-9 debug) is deprecated.

2012-04-09 Thread Bruce Korb
On 04/09/12 13:44, Andy Wingo wrote: So, can I eliminate this stuff and still get what I need? On Guile 2.0, I think so, as far as I know. If you are still supporting 1.8, of course, you need #ifdeffery. Thanks, Andy! I still have to support 1.6. 1.8 is not going away any time soon. Cheers

Re: (ice-9 debug) is deprecated.

2012-04-09 Thread Andy Wingo
On Mon 09 Apr 2012 13:00, Bruce Korb writes: > Hi Ludovic, > > On 04/09/12 10:29, Ludovic Courtès wrote: >>> Is this the currently accepted way of setting up an >>> environment where I can trace errors back to their source? >> >> Currently uncaught errors lead to Guile printing a backtrace, norma

Re: (ice-9 debug) is deprecated.

2012-04-09 Thread Bruce Korb
Hi Ludovic, On 04/09/12 10:29, Ludovic Courtès wrote: Is this the currently accepted way of setting up an environment where I can trace errors back to their source? Currently uncaught errors lead to Guile printing a backtrace, normally. Doesn’t it work for you? The honest truth? I found I h

Re: (ice-9 debug) is deprecated.

2012-04-09 Thread Ludovic Courtès
Hi Bruce, Bruce Korb skribis: > Then I have a question: Is this the currently accepted way of setting > up an environment where I can trace errors back to their source? Currently uncaught errors lead to Guile printing a backtrace, normally. Doesn’t it work for you? Thanks, Ludo’.

Re: (ice-9 debug) is deprecated.

2012-04-08 Thread Bruce Korb
On 04/07/12 14:16, Ludovic Courtès wrote: Hi Bruce, (system vm trace) appeared in Guile 2.0. Hi Ludovic, Then I have a question: Is this the currently accepted way of setting up an environment where I can trace errors back to their source? char fmt[] = "(use-modules (%s))\n" "(r

Re: (ice-9 debug) is deprecated.

2012-04-07 Thread Ludovic Courtès
Hi Bruce, (system vm trace) appeared in Guile 2.0. Thanks, Ludo’.