smalltalkhub amber debugger

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

smalltalkhub amber debugger

Pharo Smalltalk Users mailing list
Hi!

I just browsed to

http://smalltalkhub.com/#!/~jhoncc2

And got an amber debugger.

ShTimelineEvent class

from: json
     ^(self withAllSubclasses
         detect: [:each | each type = (json at: 'type')]
         ifNone: [self]) fromJson: json


json is nil here!


Cheers!

Sebastian