Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / debugger / debugger-pause-on-exception-expected.txt
1 CONSOLE ERROR: line 9: Uncaught ReferenceError: unknown_var is not defined
2 Tests that pause on exception works.
3
4 Debugger was enabled.
5 Script source was shown.
6 Script execution paused.
7 Call stack:
8     0) throwAnException (debugger-pause-on-exception.html:9)
9     1) handleClick (debugger-pause-on-exception.html:14)
10 Script execution resumed.
11 Debugger was disabled.
12