blob: fb89c5a2f6eaaff1fb5ad429022106ddf8dd7f6c [file] [log] [blame]
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.
Execution line number: 4
Execution line text: debugger;
Script execution resumed.
Debugger was disabled.