Re: [MIT-Scheme-devel] Getting information from a condition

2012-04-28 Thread Taylor R Campbell
Date: Sat, 28 Apr 2012 17:22:11 +0200 From: I'm trying to get information from a condition, to present to the user. I've already found WRITE-CONDITION-REPORT, which prints a message. I'd like to show a stack trace as well as file and line number information, if possible. I've fo

[MIT-Scheme-devel] Getting information from a condition

2012-04-28 Thread craven
Hello fellow Schemers! I'm trying to get information from a condition, to present to the user. I've already found WRITE-CONDITION-REPORT, which prints a message. I'd like to show a stack trace as well as file and line number information, if possible. I've found that debug.scm uses dstat/expression