Solution
What you are looking for are 'Event Listener Breakpoints' on the Sources tab in the DevTools window (press F12 to show it). These breakpoints are triggered whenever any event listener, that listens for chosen event, is fired. In your case, expand 'Mouse' category and choose 'Click'.