|
| From: | Felix Winkelmann |
| Subject: | Re: [Chicken-users] Expecption Handling with chicken |
| Date: | Mon, 11 Oct 2004 08:37:22 +0200 |
| User-agent: | Mozilla Thunderbird 0.5 (X11/20040208) |
Michael Erdmann wrote:
Is there any way that i can initiate a backtrace at my will?
You can print a backtrace programmatically with (print-backtrace). For program development, you might find the debugger (http://www.call-with-current-continuation.org/eggs/debug.scm) handy. cheers, felix
| [Prev in Thread] | Current Thread | [Next in Thread] |