blob: f01633e0c1a21dcc9f2c6f5dbde8914fb00aafe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
CONSOLE ERROR: line 10: test error message
Tests that it's possible to set breakpoint in source frame, and that source frame displays breakpoints and console errors.
Debugger was enabled.
Running: testSetBreakpoint
Script source was shown.
Breakpoint added to source frame at line 14
Running: testConsoleMessage
Script source was shown.
Message added to source frame: test error message
Messages cleared in source frame.
Running: testShowResource
Debugger was disabled.
|