Closed
Description
It'd be nice to have a toggle to pause the debugger when warnings fire so you can inspect the stack as it's happening.
console.error = function() {
...
if (isBreakOn) {
debugger;
}
}
See #19044
It'd be nice to have a toggle to pause the debugger when warnings fire so you can inspect the stack as it's happening.
console.error = function() {
...
if (isBreakOn) {
debugger;
}
}
See #19044