Home » Questions » Computers [ Ask a new question ]

How to see exception message in Google Chrome while paused?

How to see exception message in Google Chrome while paused?

I'm using Google Chrome for debugging JavaScript. I opened up the JavaScript Console and the "Pause on Exception" feature is enabled. Now whenever I run JavaScript that has an exception in it, it pauses on the line with the exception. However, I can't find where it says what the exception is. I have to press continue script execution for the exception message to be displayed in the JavaScript console.

Asked by: Guest | Views: 293
Total answers/comments: 2
Guest [Entry]

After consulting many other resources, I've come to the conclusion that there isn't a way to change this behavior.
Guest [Entry]

Recent versions of Chrome (I'm seeing it in 38) show the exception message underneath the stack trace: