[Ann] anObject haltOnNextCall

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Ann] anObject haltOnNextCall

Denis Kudriashov
Hello.

I glad to present very simple implementation of object centric debugging based on Ghost and ObjectVirus projects.

You can try it by:

Metacello new
smalltalkhubUser: 'Pharo' project: 'Ghost';
configuration: 'Ghost';
version: #development;
load: 'ObjectCallHalt'

With this package you can ask any object to #haltOnNextCall and It adds new button in debugger "Run to next self send".


Best regards.
Denis
Reply | Threaded
Open this post in threaded view
|

Re: [Ann] anObject haltOnNextCall

stepharo
Sweet :)


Le 15/4/16 15:04, Denis Kudriashov a écrit :
Hello.

I glad to present very simple implementation of object centric debugging based on Ghost and ObjectVirus projects.

You can try it by:

Metacello new
smalltalkhubUser: 'Pharo' project: 'Ghost';
configuration: 'Ghost';
version: #development;
load: 'ObjectCallHalt'

With this package you can ask any object to #haltOnNextCall and It adds new button in debugger "Run to next self send".


Best regards.
Denis

Reply | Threaded
Open this post in threaded view
|

Re: [Ann] anObject haltOnNextCall

Andrei Chis
This is cool :)

Cheers,
Andrei

On Fri, Apr 15, 2016 at 10:30 PM, stepharo <[hidden email]> wrote:
Sweet :)


Le 15/4/16 15:04, Denis Kudriashov a écrit :
Hello.

I glad to present very simple implementation of object centric debugging based on Ghost and ObjectVirus projects.

You can try it by:

Metacello new
smalltalkhubUser: 'Pharo' project: 'Ghost';
configuration: 'Ghost';
version: #development;
load: 'ObjectCallHalt'

With this package you can ask any object to #haltOnNextCall and It adds new button in debugger "Run to next self send".


Best regards.
Denis