For better debugger integration in Pharo we could add the following methods
For GRSmallDictionary class
inspectorClass
^ EyeDictionaryInspector
For GRSmallOrderedSet class
inspectorClass
^ EyeCollectionInspector
Maybe they should go into a Grease-Pharo-Spec package so we don't get undeclareds in minimal images.