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
(135)
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: added DCHECK
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/cctest/wasm/test-wasm-breakpoints.cc
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
View unified diff
|
Download patch
« no previous file with comments
|
« test/cctest/wasm/test-wasm-breakpoints.cc
('k') |
test/inspector/debugger/get-possible-breakpoints-master.js »
('j') |
no next file with comments »
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 columnNumber : 0
7 lineNumber : 0
7 lineNumber : 0
8 scriptId : <scriptId>
8 scriptId : <scriptId>
9 }
9 }
10 [1] : {
10 [1] : {
11 columnNumber : 6
11 columnNumber : 6
12 lineNumber : 0
12 lineNumber : 0
13 scriptId : <scriptId>
13 scriptId : <scriptId>
14 }
14 }
15 [2] : {
15 [2] : {
16 columnNumber : 7
16 columnNumber : 7
17 lineNumber : 0
17 lineNumber : 0
18 scriptId : <scriptId>
18 scriptId : <scriptId>
19
type : return
19 }
20 }
20 [3] : {
21 [3] : {
21 columnNumber : 8
22 columnNumber : 8
22 lineNumber : 0
23 lineNumber : 0
23 scriptId : <scriptId>
24 scriptId : <scriptId>
25
type : return
24 }
26 }
25 ]
27 ]
26 }
28 }
27 }
29 }
OLD
NEW
« no previous file with comments
|
« test/cctest/wasm/test-wasm-breakpoints.cc
('k') |
test/inspector/debugger/get-possible-breakpoints-master.js »
('j') |
no next file with comments »
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