http://code.google.com/p/pharo/issues/detail?id=207 I couldn't figure it out but managed to make a mess of my my image... Mike On Mon, Sep 29, 2008 at 3:58 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
ImageSegment discoverActiveClasses. is cool and it lets you (by swapping method dict behind your back) knowing which classes have been involved in a certain action.
as follow Now ImageSegment discoverActiveClasses. -- do something typical -- ImageSegment activeClasses size printString , ' classes were active out of ' , Smalltalk allClasses size printString.
Now if following recoverFromMDFaultWithTrace
you put
Smalltalk at: #MDFaultDict put: Dictionary new.
you get a strange error, tell you that there is syntax error
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project