Hello,

I have this piece of code (taken from ProfSted). How do i programmatically
get the order in which the objects are executed by Squeak. I know the order
of execution from smalltalk documentation. But what if i need this
information inside an app i'm building.

tutorial: aTutorialClass lesson: aSelector
        | tutorial |
        tutorial := aTutorialClass new.
        self player tutorial: tutorial.
        self tutorial: aTutorialClass lessonAt: (tutorial indexOfLesson:
aSelector).

Thank you!



--
View this message in context: 
http://forum.world.st/How-do-i-list-the-execution-order-of-objects-inside-a-method-tp4665301.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.
_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to