I want to force the Chrome debugger to break on a line via code, or else using some sort of comment tag such as something like console.break().
console.break()
You can use debugger; within your code. If the developer console is open, execution will break. It works in firebug as well.
debugger;
1.4m articles
1.4m replys
5 comments
57.0k users