Clone this repo:

Branches

  1. 85a72a0 Fix bug where debugger.mojo not found in some build configurations by Michael Jurka · 9 years ago master
  2. d498890 Disable output buffering in devtools scripts. by Przemyslaw Pietrzkiewicz · 9 years ago
  3. bf35ee7 Allow mojo_debug to run on mac by Ian McKellar · 9 years ago
  4. 0f240d4 Enable the use of spaces within a benchmark measurement name by Etienne Membrives · 9 years ago
  5. 7ad9630 Android stack tool: Treat /data/data as a synonym for /data/user/0. by Jeff Brown · 9 years ago

Devtools

Unopinionated tools for running, debugging, testing and benchmarking Mojo apps.

Install

git clone https://github.com/domokit/devtools.git

Contents

Devtools offers the following tools:

Additionally, 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.

Development

The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.