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

Unified Diff: sky/HACKING.md

Issue 1199063002: Fix mojodb to use the new sky_server API also. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « mojo/tools/mojodb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/HACKING.md
diff --git a/sky/HACKING.md b/sky/HACKING.md
index 46a96b94c93d212678a0538acb1a2659af4d3cdc..de70d7d47d0cc88d6feededcee7e226921003bf1 100644
--- a/sky/HACKING.md
+++ b/sky/HACKING.md
@@ -60,3 +60,22 @@ We recommend using the [Dart
``test``](https://pub.dartlang.org/packages/test) testing framework.
See [``sky/tests/raw/color_bounds.dart``](tests/raw/color_bounds.dart)
for an example.
+
+Debugging Sky
+-------------
+
+This document aims to explain how to debug Sky itself.
+
+=== C++
+
+Launch a debug Sky build on Linux as follows (where `app.dart` is the
+test you are running and trying to debug):
+
+```bash
+mojodb start --gdb out/Debug app.dart
eseidel 2015/06/22 21:28:18 These are soon to be deprecated instructions, care
+mojodb gdb_attach
+```
+
+=== Dart
+
+Use Observatory.
« no previous file with comments | « mojo/tools/mojodb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698