jonahwilliams / vm_service_drivers

Libraries to access the Dart VM Service Protocol

Home Page:https://pub.dartlang.org/packages/vm_service_lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vm_service_drivers

Build Status

This repository contains Dart and Java libraries to access the VM Service Protocol, and code to generate both libraries from the markdown specification.

Usage and Info

The generator can be found in the dart/ subdirectory, and invoked from tool/generate.dart. It will parse the tool/service.md spec and generate the Dart library (dart/lib/vm_service_lib.dart) and the Java library (java/src).

Additionally, the Dart library to access the VM Service Protocol is published on pub as vm_service_lib.

The VM Service Protocol spec can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.

See also

The Dart package.

Feedback

Please file bugs and feedback at the issue tracker.

About

Libraries to access the Dart VM Service Protocol

https://pub.dartlang.org/packages/vm_service_lib

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 53.4%Language:Java 46.5%Language:Shell 0.1%