<div dir="ltr">On Sat, Sep 13, 2008 at 9:43 PM, Leslie P. Polzer <span dir="ltr"><<a href="mailto:sky@viridian-project.de">sky@viridian-project.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Consider:<br>
<br>
;;; Loading "/home/sky/ecl-libs/systems/cl-who.asd"<br>
; registering #<SYSTEM :CL-WHO 153498128> as CL-WHO<br>
#<a STREAM-ERROR><br>
Broken at SI:BYTECODES.No restarts available.<br>
Broken at SI:BYTECODES.<br>
>> :b<br>
Backtrace: SI:BYTECODES > si:bytecodes > si:bytecodes<br>
<br>
Is it possible to get a more meaningful backtrace, or<br>
to access other information about what broke?</blockquote><div><br>This has been discussed several times in the mailing list. The SI:BYTECODES shows that the backtrace is made of toplevel bytecode forms. You can inspect these forms. Type :help in the debugger and you will se that these three operators do what you expect<br>
<br>:d(isassemble)    Disassemble current function.<br>:l(ambda-)e(expression)    Show lisp code for current function.<br>:v(ariables)    Show local variables, functions, blocks, and tags.<br> <br></div></div>Juanjo<br clear="all">
<br>-- <br>Instituto de FĂ­sica Fundamental<br>CSIC, Serrano, 113, Madrid 28040 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>
</div>