summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/inspector/debugger/debugger-pause-on-exception-expected.txt
blob: cb4d84ffc1af51617f6345266294c7ae310823f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONSOLE ERROR: line 9: Uncaught ReferenceError: unknown_var is not defined
Tests that pause on exception works.

Debugger was enabled.
Script source was shown.
Script execution paused.
Call stack:
    0) throwAnException (debugger-pause-on-exception.html:9)
    1) handleClick (debugger-pause-on-exception.html:14)
Script execution resumed.
Debugger was disabled.