Fix mojodb to use the new sky_server API also.
R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1199063002.
This commit is contained in:
parent
a760718570
commit
4c23f55bc4
@ -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
|
||||
mojodb gdb_attach
|
||||
```
|
||||
|
||||
=== Dart
|
||||
|
||||
Use Observatory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user