David
unread,Jul 9, 2012, 11:49:55 AM7/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
I'm trying to debug some event-heavy code and would like to arrange to break whenever a particular event is triggered so that I can see which particular bit of code is actually handling the event. I've found eventbug which lets me *see*, but not break on, the events bound to a page, but there are a lot of them. Is there anything that will let me set a breakpoint on an event?