blob: bc1100abbc888e5c0067696935309de66d37c8dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Tests that internal scripts unknown to front-end are processed correctly when appear in debugger call frames. Bug 64995
Debugger was enabled.
Running: testSetBreakpoint
Script source was shown.
Set timer for test function.
Script execution paused.
Call stack:
0) (pause-in-internal-script.html:14)
1) forEach ((internal script):(line number))
2) testFunction (pause-in-internal-script.html:12)
Script execution resumed.
Script execution paused.
Debugger was disabled.
|