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". You can look at details here http://dionisiydk.blogspot.fr/2016/04/halt-next-object-call.html Best regards. Denis
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".
You can look at details here http://dionisiydk.blogspot.fr/2016/04/halt-next-object-call.html
Best regards. Denis
This is cool :) Cheers, Andrei On Fri, Apr 15, 2016 at 10:30 PM, stepharo <stepharo@free.fr> 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".
You can look at details here http://dionisiydk.blogspot.fr/2016/04/halt-next-object-call.html
Best regards. Denis
participants (3)
-
Andrei Chis -
Denis Kudriashov -
stepharo