how to set breakpoint to capture element event association?
Hello, I'd like to set a breakpoint in the chrome debugger to identify/capture the point at which a click event gets associated with a particular element on the page.
After the breakpoint is set, I'm thinking that I should be able to view the call stack to understand where and how the click event is getting associated with the particular element. Any idea how to do this?