backtraces
Does anyone know what command is invoked when you type :BB from the debugger? Is there a way to invoke this programmatically, capturing the output to a string? (i.e. what stream does the command print to? I'm _guessing_ *debug-io*, but you never know...) I want to basically wrap a handler which gets the current stacktrace to report errors "back home" when our app unexpectedly raises an error. Thanks.