Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> Backtraces haven't been appearing since I started using 1.7, for over a year
Because of my interest in Guile's debugging infrastructure, I'd like
to understand and fix this. Your statement is a bit vague, though,
unless you mean _only_ the following
Marius Vollmer <[EMAIL PROTECTED]> writes:
> Bruce Korb <[EMAIL PROTECTED]> writes:
>
>> 2. After these commands:
>>
>> (use-modules (ice-9 stack-catch))
>> (debug-enable 'backtrace)
>>
>> I should be getting stack traces on Scheme errors. I'm not.
>> (And, yes, I invoke either `
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> Marius Vollmer <[EMAIL PROTECTED]> writes:
>
>> Often, the user of a module also knows that everything is alright and
>> wants to surpress the warning. (That's where you come in,
>> Ludovic. :-) The user can only do that by giving parameters to
>> use