My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 207: ImageSegment discoverActiveClasses strange error
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  mjr104
Type-Defect
Priority-Medium
Milestone-1.1


Sign in to add a comment
 
Reported by mjr104, Sep 30, 2008
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



Comment 1 by mjr104, Sep 30, 2008
I couldn't get this to work, only made a mess with error dialogs, emergency
evaluators etc.  

However, I thought reading the methods that
  Smalltalk at: #MDFaultDict put: Dictionary new.

had to be done first, before starting the trace?

-- Mike
Comment 2 by stephane.ducasse, Nov 01, 2009
(No comment was entered for this change.)
Labels: Milestone-1.1
Sign in to add a comment

Hosted by Google Code