Hello,
I have this piece of code (taken from ProfStef). 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-statements-inside-a-method-tp4665303.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.