mercredi 25 mars 2015

How to turn on Pause On Uncaught Exceptions in Google Chrome Canary?


Vote count:

0




In this article it talks about turning on pausing on uncaught exceptions. http://ift.tt/1ql5stD


I can only see Pause On Caught Exceptions in both Chrome and Canary. I'm using Chrome Canary Version 43.0.2344.2 canary (64-bit).


enter image description here


I'm getting a Uncaught SyntaxError: Unexpected token :, sourcing to a location (e.g. VM272) and it's very difficult to track down without a trace of the call stack.


enter image description here


I've searched and found that I can add



> window.onerror = function() { debugger;}


In the console, but that doesn't get me a stack trace. The Scope window does provide a lot of variable info, but I'm still a bit lost.


enter image description here



asked 54 secs ago







How to turn on Pause On Uncaught Exceptions in Google Chrome Canary?

Aucun commentaire:

Enregistrer un commentaire