Thanks for spotting this problem. I renamed a few classes recently.
Should be GTGenericStackDebugger instead of GTDebugger

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


On Tue, Dec 31, 2013 at 8:19 PM, Mark Bestley <s...@bestley.co.uk> wrote:

> How does it load in Pharo 3?
>
> As far as I can see the instructions are
> 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: #GTDebugger) registerToolsOn: Smalltalk tools.
> (Smalltalk globals at: #GTDebugger) registerExtraToolsOn: Smalltalk tools.
> (Smalltalk globals at: #GTSUnitDebugger) registerToolsOn: Smalltalk tools.
>
>
> But this fails with #GTDebugger not found in SystemDirectory
>
> Thanks
>
>
> On 31/12/2013 18:01, Tudor Girba wrote:
>
>> This only works in Pharo 3.0.
>>
>> Doru
>>
>>
>> On Tue, Dec 31, 2013 at 6:57 PM, Hernán Morales Durand
>> <hernan.mora...@gmail.com
>> <mailto:hernan.mora...@gmail.com>> wrote:
>>
>>     Really impressive and useful.
>>     Thanks for sharing.
>>
>>     Can you point how to install it in a common Pharo 2.0 image?
>>
>>     Hernán
>>
>>
>>
>>     2013/12/31 Andrei Chis
>>     <chisvasileand...@gmail.com
>>     <mailto:chisvasileand...@gmail.com>>
>>
>>
>>         Hi,
>>
>>         I made two new screencasts showing a small domain-specific
>>         debugger for SUnit and one for PetitParser.
>>
>>         https://vimeo.com/83017763 - SUnit
>>         https://vimeo.com/83017762 - PetitParser
>>
>>         There is also an older one for announcements
>>         (https://vimeo.com/83020584).
>>
>>         The debuggers were created using the GTDebugger a.k.a. the
>>         "moldable debugger" framework
>>         <http://scg.unibe.ch/research/moldabledebugger>
>>
>>         Cheers,
>>         Andrei
>>
>>
>>
>>
>>
>> --
>> www.tudorgirba.com <http://www.tudorgirba.com>
>>
>>
>> "Every thing has its own flow"
>>
>
>
> --
> Mark
>
>
>

Reply via email to