commit | 85a72a00a18d6e66548680b805fea72b0c196fe4 | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Thu Jun 16 12:54:23 2016 +0200 |
committer | Michael Jurka <mikejurka@google.com> | Thu Jun 16 12:54:23 2016 +0200 |
tree | 0ac1d540c2aab1ba0fb0baba484580eef153f52f | |
parent | d498890dc825363948a5852a2328b8ef937f5af4 [diff] |
Fix bug where debugger.mojo not found in some build configurations BUG= R=ppi@chromium.org Review URL: https://codereview.chromium.org/2070303002 . Bug: https://github.com/domokit/mojo/issues/787 Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 22a1435992c69b0d6d067c7ce3e91f5d54ad132f
Unopinionated tools for running, debugging, testing and benchmarking Mojo apps.
git clone https://github.com/domokit/devtools.git
Devtools offers the following tools:
mojo_run
- documentation - shell runnermojo_debug
- documentation - debuggermojo_test
- apptest runnermojo_benchmark
- documentation - perf test runnerAdditionally, remote_adb_setup
script helps to configure adb on a remote machine to communicate with a device attached to a local machine, forwarding the ports used by mojo_run
.
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.