You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
> For example, choosing a button and Firebug directing me to the code that > is triggered to run when clicking that button.
You can also use a function called break-on-next, which can stop JavaScript execution on the next executed line (e.g. at the line that is called after you click a button)