Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-pause-in-eval-script-expected.txt
1 Tests that debugger will stop on "debugger" statement in a function that was added to the inspected page via evaluation in Web Inspector console.Bug 41058
2
3 Debugger was enabled.
4 Evaluated script in console.
5 Script execution paused.
6 Call stack:
7     0) testFunction (:3)
8 Script execution resumed.
9 Debugger was disabled.
10