| OLD | NEW |
| 1 CONSOLE ERROR: line 3: Uncaught SyntaxError: Unexpected token , | 1 CONSOLE ERROR: line 3: Uncaught SyntaxError: Unexpected token , |
| 2 Tests live edit feature. | 2 Tests live edit feature. |
| 3 | 3 |
| 4 Debugger was enabled. | |
| 5 | 4 |
| 6 Running: testLiveEdit | 5 Running: testLiveEdit |
| 7 ==Source frame contents start== | 6 ==Source frame contents start== |
| 8 function f() | 7 function f() |
| 9 { | 8 { |
| 10 return "live-edited string"; | 9 return "live-edited string"; |
| 11 } | 10 } |
| 12 | 11 |
| 13 ==Source frame contents end== | 12 ==Source frame contents end== |
| 14 | 13 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 28 | 27 |
| 29 Running: testNoCrashWhenOnlyOneFunctionOnStack | 28 Running: testNoCrashWhenOnlyOneFunctionOnStack |
| 30 Script execution paused. | 29 Script execution paused. |
| 31 Call stack: | 30 Call stack: |
| 32 0) f1 (edit-me-when-paused.js:13) | 31 0) f1 (edit-me-when-paused.js:13) |
| 33 Script execution resumed. | 32 Script execution resumed. |
| 34 Script execution paused. | 33 Script execution paused. |
| 35 Script execution resumed. | 34 Script execution resumed. |
| 36 | 35 |
| 37 Running: testBreakpointsUpdated | 36 Running: testBreakpointsUpdated |
| 38 Debugger was disabled. | |
| 39 | 37 |
| OLD | NEW |