Are you lamenting that you reach for `console.log` first, instead of using the `debugger` statement, or are you wishing there was a `debugger` statement, because there absolutely is a `debugger` statement. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Huh, why do you think you do that? Do you forget about the debugger statement, or is there some other reason you think console logging might work well?