Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(1050)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
src/api.cc
src/debug/debug.h
src/debug/debug.cc
src/debug/debug-interface.h
src/debug/interface-types.h
src/inspector/js_protocol.json
src/inspector/v8-debugger-agent-impl.h
src/inspector/v8-debugger-agent-impl.cc
src/inspector/v8-debugger-script.h
src/inspector/v8-debugger-script.cc
src/wasm/wasm-objects.h
src/wasm/wasm-objects.cc
test/inspector/debugger/get-possible-breakpoints.js
test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt
test/inspector/debugger/get-possible-breakpoints-master.js
test/inspector/debugger/get-possible-breakpoints-master-expected.txt
test/inspector/debugger/get-possible-breakpoints-restrict-to-function.js
test/inspector/debugger/wasm-get-breakable-locations.js
View unified diff
|
Download patch
« no previous file with comments
|
« test/inspector/debugger/get-possible-breakpoints.js
('k') |
test/inspector/debugger/get-possible-breakpoints-master.js »
('j') |
test/inspector/debugger/get-possible-breakpoints-master-expected.txt »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
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 }
OLD
NEW
« no previous file with comments
|
« test/inspector/debugger/get-possible-breakpoints.js
('k') |
test/inspector/debugger/get-possible-breakpoints-master.js »
('j') |
test/inspector/debugger/get-possible-breakpoints-master-expected.txt »
('J')
Issue 2728563002: [inspector] added type of break location into getPossibleBreakpoints output (Closed)
Created 3 years, 9 months ago by kozy
Modified 3 years, 9 months ago
Reviewers: dgozman, Yang, Clemens Hammacher
Base URL:
Comments: 15
This is Rietveld
408576698