js-debugger

console.log('will output');
debugger;
console.log('will not');