Nov. 9, 2014
7:01 a.m.
Ah.. and we need not full object centric reflection for this:
-> the inspector need to refresh if a variable changes -> this means we need to hook into all assignment to an ivar -> which is just a #before reflectivity link on a Slot, the same that breakpoints use. (reflective change needs more care (#instVarAt: and friends) -> scope to the object by testing for it (with a condition on the link). (would slow down all other users of the same class a little)
Marcus