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

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.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW
« 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 »

Powered by Google App Engine
This is Rietveld 408576698