blob: 7593efc1fe5db70346f5165769994166358298fd (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
Debugger was enabled.
Evaluated script in console.
Script execution paused.
Call stack:
0) testFunction (:3)
Script execution resumed.
Debugger was disabled.
|