>>>>> "Paolo" == Paolo Amoroso <[EMAIL PROTECTED]> writes:
Paolo> Is it possible to inspect class slots with the TTY inspector? It looks
Paolo> like this feature is currently broken:
Paolo> * (defclass myclass () ((a :initform 'a) (b :initform 'b)))
Paolo> #<STANDARD-CLASS MYCLASS {483786BD}>
Paolo> * (defvar *i* (make-instance 'myclass))
Paolo> *I*
Paolo> * (inspect *i*)
Paolo> NIL
>> 1
What version? This appears to be working in the CVS builds:
#<MYCLASS {403F2605}> is an instance of #<STANDARD-CLASS MYCLASS {403DD3DD}>.
0. A: A
1. B: B
> 1
B is a symbol.
0. Value: Unbound
1. Function: Unbound
2. Plist: NIL
3. Package: #<The COMMON-LISP-USER package>
>
Ray