OLD | NEW |
(Empty) | |
| 1 Checks that debugger agent uses source content to restore breakpoints. |
| 2 |
| 3 Running test: testSameSource |
| 4 { |
| 5 method : Debugger.breakpointResolved |
| 6 params : { |
| 7 breakpointId : <breakpointId> |
| 8 location : { |
| 9 columnNumber : 0 |
| 10 lineNumber : 1 |
| 11 scriptId : <scriptId> |
| 12 } |
| 13 } |
| 14 } |
| 15 { |
| 16 method : Debugger.breakpointResolved |
| 17 params : { |
| 18 breakpointId : <breakpointId> |
| 19 location : { |
| 20 columnNumber : 0 |
| 21 lineNumber : 1 |
| 22 scriptId : <scriptId> |
| 23 } |
| 24 } |
| 25 } |
| 26 |
| 27 Running test: testOneLineOffset |
| 28 { |
| 29 method : Debugger.breakpointResolved |
| 30 params : { |
| 31 breakpointId : <breakpointId> |
| 32 location : { |
| 33 columnNumber : 0 |
| 34 lineNumber : 1 |
| 35 scriptId : <scriptId> |
| 36 } |
| 37 } |
| 38 } |
| 39 { |
| 40 method : Debugger.breakpointResolved |
| 41 params : { |
| 42 breakpointId : <breakpointId> |
| 43 location : { |
| 44 columnNumber : 0 |
| 45 lineNumber : 2 |
| 46 scriptId : <scriptId> |
| 47 } |
| 48 } |
| 49 } |
| 50 |
| 51 Running test: testTwoSimilarLinesCloseToOriginalLocation |
| 52 { |
| 53 method : Debugger.breakpointResolved |
| 54 params : { |
| 55 breakpointId : <breakpointId> |
| 56 location : { |
| 57 columnNumber : 0 |
| 58 lineNumber : 3 |
| 59 scriptId : <scriptId> |
| 60 } |
| 61 } |
| 62 } |
| 63 { |
| 64 method : Debugger.breakpointResolved |
| 65 params : { |
| 66 breakpointId : <breakpointId> |
| 67 location : { |
| 68 columnNumber : 0 |
| 69 lineNumber : 5 |
| 70 scriptId : <scriptId> |
| 71 } |
| 72 } |
| 73 } |
OLD | NEW |