It works.

Now, following Johan point, the debugger is hard to read in a dark theme. ��See attached screenshot.

Phil



On Fri, Aug 8, 2014 at 11:55 AM, Andrei Chis <chisvasileandrei@gmail.com> wrote:
Use��GTGenericStackDebugger instead of GTDebugger. (it was renamed some time ago).


Cheers,
Andrei


On Fri, Aug 8, 2014 at 11:51 AM, phil@highoctane.be <phil@highoctane.be> wrote:
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
�� �� ��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