[slime-devel] invoke-debugger
Mészáros Levente
melevy at freemail.hu
Fri Jan 13 08:24:59 UTC 2006
Meanwhile I figured out that I was wrong about this, sorry.
> -----Original Message-----
> From: slime-devel-bounces at common-lisp.net [mailto:slime-devel-
> bounces at common-lisp.net] On Behalf Of Mészáros Levente
> Sent: Tuesday, January 10, 2006 10:09 AM
> To: slime-devel at common-lisp.net
> Subject: [slime-devel] invoke-debugger
>
> Hi,
>
> I'm using SBCL 0.9.7 with SLIME and have the following issue:
>
> (defun foo ()
> (error "Foo error"))
>
> (defun bar ()
> (handler-case
> (foo)
> (error (e)
> (print "Got error")
> (invoke-debugger e))))
>
> (bar)
>
> Calling bar directly in an SBCL repl causes the "Got error" message to
> appear and the debugger shows up having bar in the stack trace
> correctly.
>
> Doing the same thing from a SLIME repl also displays the message
but
> the debugger shows a weird stack trace without bar.
>
> It's not very important to me because I have a workaround for it. I
just
> wanted to note it (maybe someone wants to fix this).
>
> Levy
________________________________________________________________________
Hideg van. Licitáljon otthonról! HunBook online könyvárverés január 20. 18:30.
www.hunbook.hu
More information about the slime-devel
mailing list