Index: tools/ddbg_service/HACKING.txt |
diff --git a/tools/ddbg_service/HACKING.txt b/tools/ddbg_service/HACKING.txt |
deleted file mode 100644 |
index 27c47d7190688e2d0b8a24f309b27342f4e11e85..0000000000000000000000000000000000000000 |
--- a/tools/ddbg_service/HACKING.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-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 |