Event listener breakpoints are incredibly useful if you combine the with Blackboxing. https://developer.chrome.com/devtools/docs/blackboxing
You can add breakpoint that fires on click, and blackboxing will allows you to only step through your own code, rather than mostly jQuery/Angular/... code.