On 31/12/2013 18:58, Andrei Chis wrote:
Thanks for spotting this problem. I renamed a few classes recently. Should be GTGenericStackDebugger instead of GTDebuggerThe following script should work: Gofer new url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main'; configuration; load. (Smalltalk globals at: #ConfigurationOfGToolkit) loadDevelopment. (Smalltalk globals at: #GTInspector) registerToolsOn: Smalltalk tools. (Smalltalk globals at: #GTGenericStackDebugger) registerToolsOn: Smalltalk tools. (Smalltalk globals at: #GTGenericStackDebugger) registerExtraToolsOn: Smalltalk tools. (Smalltalk globals at: #GTSUnitDebugger) registerToolsOn: Smalltalk tools.
yes that works Thanks -- Mark
