On Fri, 26 Aug 2016 17:35:50 +0800 Ben Coman <btc@openinworld.com> wrote:
Which 'Update' button do you refer to?
In Settings Browser --> Appearance --> Standard Fonts
Very generally, to add in logging... Bring up the "halos" of that button, drilling in a few times to get to the PluggableButtonMorph [1], then click the Debug(wrench)halo-icon and Inspect Morph. Scroll the list to find something like a method selector, perhaps in the 'actionSelector' variable.
Use Spotter to find that method and add a 'self haltOnce' at the top. After [World > System > Enable halt/inspect once] click the button and the debugger should open. Step through until you find the place you want to add logging.
[1] http://www.jarober.com/blog/blogView?entry=3473307858 You may need to try a few combinations to find the magic combo for your platform.
Thank you for the tip. I'll try it to learn something new, although Pablo answered for concrete issue. Sincerely, Gour -- The intricacies of action are very hard to understand. Therefore one should know properly what action is, what forbidden action is, and what inaction is.