you can use debugger; in your code
debugger;
or
from your console: select the line number you want to break your code at, and then refresh it and it will be hit at it's execution.