I have a third-party plugin (igGrid) table on my page. I want to know what method is called when a specific button is clicked on this page. (The "Done" button when editing a row, if anyone is interested).
Essentially, how do I add a JavaScript break-point to a button? I'm using Chrome, and need to use Chrome.
EDIT: I know what Chrome Dev Tools are, there is just nowhere to add a breakpoint to.