You can use the debugger statement:
debugger
// your JS code ... // break here debugger;
It works in all major browsers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!