I am using iPhone Simulator in Safari OSX to debug my JavaScript. However, I use the console, as there are several event handlers on the page (plus I would like to see if the browser triggers additional events, for example: hover the mouse), it would be very useful to see ANY / ALL events that are executed in real time time. I found an article on how to do this in Firefox / FireBug .. something like that for Safari / iPhone Simulator? Thank you
source
share