Not all GT-Tools work in Pharo 4 (e.g. the debugger does not work). You can load the Playground + a subset of the inspector (without roassal) using the code below. (You still need to manually enable them from the setting browser -> GT) Gofer new smalltalkhubUser: 'Moose' project: 'GToolkit'; package: 'ConfigurationOfGTPlayground'; load. (((Smalltalk at: #ConfigurationOfGTPlayground) project version: '0.1-baseline') load). On Mon, Sep 22, 2014 at 5:36 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
So is it working for you? Because when I load it, I get emergency evaluator when debugger should openâ¦
Uko
On 29 Jul 2014, at 09:17, Max Leske <maxleske@gmail.com> wrote:
Ok, thanks.
On 28.07.2014, at 22:37, Stephan Eggermont <stephan@stack.nl> wrote:
Just fix the configuration. Nothing there for pharo 4.x And as baseline012 refers to #development everywhere, you'll need to check all dependencies too
Stephan