Re: [Pharo-users] How to track which command is currently called by Pharo?
j-wings wrote
In Pharo, after I use right click on the class name and select 'browse references,' a list of references will show up.
I would like to know which methods are being called during this execution because I need to fetch all the references of that class for my software development for Pharo. I am doing something regarding class dependencies in Pharo.
Thank you very much for your help.
----- Cheers, Sean -- View this message in context: http://forum.world.st/How-to-track-which-command-is-currently-called-by-Phar... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 30/03/2013 21:10, Sean P. DeNigris wrote:
j-wings wrote
In Pharo, after I use right click on the class name and select 'browse references,' a list of references will show up.
I would like to know which methods are being called during this execution because I need to fetch all the references of that class for my software development for Pharo. I am doing something regarding class dependencies in Pharo.
Thank you very much for your help. Try FooClass allCallsOn
participants (2)
-
Chris -
Sean P. DeNigris