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
(235)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: tools/ddbg_service/HACKING.txt
Issue
575853002
:
Add tools/ddbg_service. (Closed)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js
Created 6 years, 3 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:
runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js
runtime/bin/vmservice/observatory/deployed/web/index_devtools.html_bootstrap.dart.js
runtime/bin/vmservice/observatory/lib/service_common.dart
runtime/bin/vmservice/observatory/lib/service_io.dart
runtime/bin/vmservice/observatory/test/bad_web_socket_address_test.dart
tools/ddbg_service/HACKING.txt
tools/ddbg_service/bin/ddbg_service.dart
tools/ddbg_service/lib/commando.dart
tools/ddbg_service/lib/debugger.dart
tools/ddbg_service/lib/terminfo.dart
tools/ddbg_service/pubspec.yaml
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« runtime/bin/vmservice/observatory/test/bad_web_socket_address_test.dart
('k') |
tools/ddbg_service/bin/ddbg_service.dart »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
ddbg_service
2
---
3
4
ddbg_service is a command line debugger for the Dart VM implemented
5
using the Dart VM Service. It is still being written and is not ready
6
for use.
7
8
Assumptions:
9
You are running pub from the latest dev channel release of Dart Editor.
10
11
Before running ddbg_service, you will need to run get packages from pub:
12
13
pub upgrade
14
15
Then launch ddbg_service:
16
17
dart bin/ddbg_service.dart
OLD
NEW
« no previous file with comments
|
« runtime/bin/vmservice/observatory/test/bad_web_socket_address_test.dart
('k') |
tools/ddbg_service/bin/ddbg_service.dart »
('j') |
no next file with comments »
Issue 575853002: Add tools/ddbg_service. (Closed)
Created 6 years, 3 months ago by turnidge
Modified 6 years, 3 months ago
Reviewers: Cutch
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 4
This is Rietveld
408576698