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 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