drscheme:debug:show-backtrace-window in DrScheme Tools Functions
(drscheme:debug:show-backtrace-window-> void?error-messagedis)
error-message: string?
dis: (listof any/c)Shows the backtrace window you get when clicking on the bug in DrScheme's REPL.
The
error-messageargument is the text of the error,disis the debug information, extracted from the continuation mark in the exception record, usingdrscheme:debug:get-cm-key.