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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/ddbg_service/HACKING.txt
diff --git a/tools/ddbg_service/HACKING.txt b/tools/ddbg_service/HACKING.txt
new file mode 100644
index 0000000000000000000000000000000000000000..27c47d7190688e2d0b8a24f309b27342f4e11e85
--- /dev/null
+++ b/tools/ddbg_service/HACKING.txt
@@ -0,0 +1,17 @@
+ddbg_service
+---
+
+ddbg_service is a command line debugger for the Dart VM implemented
+using the Dart VM Service. It is still being written and is not ready
+for use.
+
+Assumptions:
+You are running pub from the latest dev channel release of Dart Editor.
+
+Before running ddbg_service, you will need to run get packages from pub:
+
+ pub upgrade
+
+Then launch ddbg_service:
+
+ dart bin/ddbg_service.dart
« 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