| commit | 03df2a684312515f3fcf4ac2c95458df35e217e9 | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Fri Jun 12 11:29:10 2015 +0200 |
| committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Fri Jun 12 11:29:10 2015 +0200 |
| tree | 6c7e310980c1e41363ae564a8744ce4f5c9fcafd | |
| parent | 5ca37713d6133202f8c6ff23c983f90f4b1e5dd8 [diff] |
Make `debugger` fail nicely when mojo:debugger is unreachable. Also, make it properly return the exit code. Fixes domokit/devtools#15. R=qsr@chromium.org Review URL: https://codereview.chromium.org/1174223005. Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 5d1be12199823fa00ae9123a7da1da6788bba962
Unopinionated tools for running, debugging and testing Mojo apps.
The repo consists of:
As devtools carry no assumptions about build system or file layout being used, the primary way of using devtools now is to embed the functionality provided by devtoolslib in a thin wrapper script. For examples, one can refer to mojo's shell runner and apptest runner.
The set of executable scripts is WIP. We currently offer:
git clone https://github.com/domokit/devtools.git
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.