OLD | NEW |
(Empty) | |
| 1 |
| 2 Running test: trivial |
| 3 { |
| 4 id : <messageId> |
| 5 result : { |
| 6 breakpointId : <breakpointId> |
| 7 locations : [ |
| 8 [0] : { |
| 9 columnNumber : 2 |
| 10 lineNumber : 8 |
| 11 scriptId : <scriptId> |
| 12 } |
| 13 ] |
| 14 } |
| 15 } |
| 16 test (test1.js:8:2) |
| 17 break at' return 42;' |
| 18 { |
| 19 method : Debugger.breakpointResolved |
| 20 params : { |
| 21 breakpointId : <breakpointId> |
| 22 location : { |
| 23 columnNumber : 2 |
| 24 lineNumber : 17 |
| 25 scriptId : <scriptId> |
| 26 } |
| 27 } |
| 28 } |
| 29 test (test1.js:17:2) |
| 30 break at' return 42;' |
| 31 |
| 32 Running test: dontCheckMoreThenNLines |
| 33 { |
| 34 id : <messageId> |
| 35 result : { |
| 36 breakpointId : <breakpointId> |
| 37 locations : [ |
| 38 [0] : { |
| 39 columnNumber : 2 |
| 40 lineNumber : 8 |
| 41 scriptId : <scriptId> |
| 42 } |
| 43 ] |
| 44 } |
| 45 } |
| 46 test (test2.js:8:2) |
| 47 break at' return 42;' |
| 48 { |
| 49 method : Debugger.breakpointResolved |
| 50 params : { |
| 51 breakpointId : <breakpointId> |
| 52 location : { |
| 53 columnNumber : 0 |
| 54 lineNumber : 23 |
| 55 scriptId : <scriptId> |
| 56 } |
| 57 } |
| 58 } |
| 59 (anonymous) (test2.js:23:0) |
| 60 break at'console.log(239);' |
| 61 |
| 62 Running test: dontStoreLongStrings |
| 63 { |
| 64 id : <messageId> |
| 65 result : { |
| 66 breakpointId : <breakpointId> |
| 67 locations : [ |
| 68 [0] : { |
| 69 columnNumber : 513 |
| 70 lineNumber : 14 |
| 71 scriptId : <scriptId> |
| 72 } |
| 73 ] |
| 74 } |
| 75 } |
| 76 test (test3.js:14:513) |
| 77 break at';;;;;;;;;;;;;;;;;console.log(1);' |
| 78 { |
| 79 method : Debugger.breakpointResolved |
| 80 params : { |
| 81 breakpointId : <breakpointId> |
| 82 location : { |
| 83 columnNumber : 513 |
| 84 lineNumber : 14 |
| 85 scriptId : <scriptId> |
| 86 } |
| 87 } |
| 88 } |
| 89 test (test3.js:14:513) |
| 90 break at';;;;;;;;;;;;;;;;;console.log(3);' |
OLD | NEW |