Menu
comp.lang
Embarcadero
Microsoft
Related Sites

Newsgroup: embarcadero.public.3rdrail.rails


Nicolas Edel - How to inspect a local variable in the debugger -   26 Nov, 13:06 [ Get full thread ]  
How to inspect a local variable in the debugger
(crossposting with sbcl help mailing list)

Hi,

Suppose I define a class foo
(defclass foo ()
....)

Now, when in the (sbcl) debugger, I am asking for the local variables
of frame #3,
eg:
3] L
SB-DEBUG::ARG-0 = (#<BAR {A858559}>)

3]

I would like to inspect this variable to understand the crash landing.
How
am i suppose to do that, given that I am not using slime at the moment
(since interacting with others through classical unix pipes/stdin/
stdout)

Any help appreciated ;)

-Nicolas
Nicolas Edel - Re: How to inspect a local variable in the debugger -   26 Nov, 13:15 [ Get full thread ]  

Click on title to retrieve message.