When will this debugger be part of Pharo5?

Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Dec 29, 2015, at 7:16 AM, Andrei Chis <chisvasileandrei@gmail.com> wrote:

I'm working now on a config for cleanly loading GTDebugger plus SUnit and bytecode extensions into Pharo 5.
Hopefully it will be done by today or tomorrow.

Cheers,
Andrei

On Tue, Dec 29, 2015 at 2:49 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
I tried:

Gofer it
smalltalkhubUser: 'Moose' project: 'GToolkit';
package: 'ConfigurationOfGTDebugger';
load.
(Smalltalk at: #ConfigurationOfGTDebugger) loadBleedingEdge.


but that loads a hell of stuff I don't want...and conflicts and..

So.. how can I get simply GTDebugger with the SUnit extensions?

Thanks in advance, 

--