I would like to pause the Chrome debugger whenever a console.log statement occurs. Is this possible and if so how would it be achieved?
I know I can break on subtree modification etc. Something like that where the event I was pausing on was one emitted to the console.