There are a variety of ways to trigger the debugger in Chrome's DevTools. You can set breakpoints on line numbers, break on XHR requests or DOM changes, break on specific events or even manually break by using the special debugger
keyword in your code.
Thanks mykola for the lesson. Conditional breakpoints are awesome..
The snippets are really neat. Didn't know you could do that. Thanks!