| 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 | 4 |
| 5 Running: testLiveEdit | 5 Running: testLiveEdit |
| 6 ==Source frame contents start== | 6 ==Source frame contents start== |
| 7 function f() | 7 function f() |
| 8 { | 8 { |
| 9 return "live-edited string"; | 9 return "live-edited string"; |
| 10 } | 10 } |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 Running: testNoCrashWhenOnlyOneFunctionOnStack | 28 Running: testNoCrashWhenOnlyOneFunctionOnStack |
| 29 Script execution paused. | 29 Script execution paused. |
| 30 Call stack: | 30 Call stack: |
| 31 0) f1 (edit-me-when-paused.js:13) | 31 0) f1 (edit-me-when-paused.js:13) |
| 32 Script execution resumed. | 32 Script execution resumed. |
| 33 Script execution paused. | 33 Script execution paused. |
| 34 Script execution resumed. | 34 Script execution resumed. |
| 35 | 35 |
| 36 Running: testBreakpointsUpdated | 36 Running: testBreakpointsUpdated |
| 37 breakpoint at 5 |
| 37 | 38 |
| 38 Running: testNoCrashWhenLiveEditOnBreakpoint | 39 Running: testNoCrashWhenLiveEditOnBreakpoint |
| 39 Script execution paused. | 40 Script execution paused. |
| 40 Script execution resumed. | 41 Script execution resumed. |
| 41 | 42 |
| OLD | NEW |