-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Description
For better debugger integration in Pharo we could add the following methods
For GRSmallDictionary class
inspectorClass
^ EyeDictionaryInspectorFor GRSmallOrderedSet class
inspectorClass
^ EyeCollectionInspectorMaybe they should go into a Grease-Pharo-Spec package so we don't get undeclareds in minimal images.
Reactions are currently unavailable