A library to access the VM Service Protocol.
See the example for a simple use of the library's API.
The VM Service Protocol spec can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.
Please file feature requests and bugs at the issue tracker.
Build the SDK
gclient sync -D && \ ./tools/build.py -ax64 create_sdk
Note: for a release build, add the -mrelease
flag: ./tools/build.py -mrelease -ax64 create_sdk
Run the tests
To run all the tests: python3 tools/test.py [ -mdebug | -mrelease ] -ax64 -j4 pkg/vm_service
To run a single test: dart pkg/vm_service/test/<test_name>.dart