Nov. 2, 2013
7:15 a.m.
On 02 Nov 2013, at 07:18, Marcus Denker <marcus.denker@inria.fr> wrote:
It should not. I thought I removed it. ObjectExplorer should be removed eventually (it is now only used for the PointerExplorer, which is a subclass).
Anyway, I added #inspect: and #explore: to GTInspector class, and I registered it as the #inspector. It seems fine, but the problem now is that the default Spec-based debugger relies on a #inspectorSpec method in the inspector class.
I think this can be easily fixed: somewhere in the Debugger, it calls Smalltalk tools inspector where it should hard-code EyeInspector, as the Debugger require this specific implementation. Now finding that place⦠I will check Marcus