Andy Wingo <wi...@pobox.com> writes:

> On Tue 09 Jun 2009 20:47, Mark H Weaver <m...@netris.org> writes:
>
>> To generate the backtrace, I added the following lines near the top of
>> guile-tools.  Is there a better way?
>>
>>   (debug-enable 'debug)
>>   (debug-enable 'backtrace)
>>   (debug-set! depth 100)
>>   (write (debug-options-interface))
>>   (newline)
>
> No, this is the best way we have currently. As I understand it, the
> debugging evaluator is slower than the normal one -- but at this point,
> who cares? With the VM we are already faster and we keep backtraces. We
> should have backtraces on, always.
>
> Does anyone have objections to that? If not, I'll make that change
> within the week.

Sorry, but I'm not clear what change you're proposing here.

     Neil


Reply via email to