Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1050)

Side by Side Diff: test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt

Issue 2728563002: [inspector] added type of break location into getPossibleBreakpoints output (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 id : <messageId> 2 id : <messageId>
3 result : { 3 result : {
4 locations : [ 4 locations : [
5 [0] : { 5 [0] : {
6 columnNumber : 0 6 location : {
7 lineNumber : 0 7 columnNumber : 0
8 scriptId : <scriptId> 8 lineNumber : 0
9 scriptId : <scriptId>
10 }
9 } 11 }
10 [1] : { 12 [1] : {
11 columnNumber : 6 13 location : {
12 lineNumber : 0 14 columnNumber : 6
13 scriptId : <scriptId> 15 lineNumber : 0
16 scriptId : <scriptId>
17 }
14 } 18 }
15 [2] : { 19 [2] : {
16 columnNumber : 7 20 location : {
17 lineNumber : 0 21 columnNumber : 7
18 scriptId : <scriptId> 22 lineNumber : 0
23 scriptId : <scriptId>
24 }
25 type : return
19 } 26 }
20 [3] : { 27 [3] : {
21 columnNumber : 8 28 location : {
22 lineNumber : 0 29 columnNumber : 8
23 scriptId : <scriptId> 30 lineNumber : 0
31 scriptId : <scriptId>
32 }
33 type : return
24 } 34 }
25 ] 35 ]
26 } 36 }
27 } 37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698