I have been trying to install the tools in Pharo 3 (Dark/Dawn Theme).

GTInspector loads and works pretty ok at first sight.

Gofer new
�� �� ��url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main';
�� �� ��configuration;
�� �� ��load.
(Smalltalk globals at: #ConfigurationOfGToolkit) loadDevelopment. "Works but with a warning"
(Smalltalk globals at: #GTInspector) registerToolsOn: Smalltalk tools. "Ok"
(Smalltalk globals at: #GTDebugger) registerToolsOn: Smalltalk tools. "Gives: KeyNotFound: key #GTDebugger not found in SystemDictionary"

Indeed there is no GTDebugger class but a set of other things.

What to use ?

TIA


���Phil