dart-sdk/pkg/vm_service
Ben Konyi 33aa207efd fix: Context parse error, parent should be ContextRef
Bug: https://github.com/dart-lang/sdk/issues/45083
TEST=N/A
Change-Id: I1781c83ac2e8868f1d6a49fc4a01edd3e3eef460
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192880
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2021-05-11 17:59:54 +00:00
..
example [ VM / Service ] Add support for enabling/disabling breakpoints 2021-04-06 22:16:06 +00:00
java [ VM / Service ] Add support for enabling/disabling breakpoints 2021-04-06 22:16:06 +00:00
lib fix: Context parse error, parent should be ContextRef 2021-05-11 17:59:54 +00:00
test fix sort_directives violations 2021-04-20 22:21:28 +00:00
tool [ VM / Service ] Add identityHashCode to @Instance and Instance 2021-03-22 22:45:57 +00:00
.gitignore [vm service] generate the Java version of the library with the Dart version 2019-08-04 23:42:22 +00:00
analysis_options.yaml pkg:vm_service - update and fix lints at pedantic v1.8 2020-06-10 05:08:27 +00:00
CHANGELOG.md fix: Context parse error, parent should be ContextRef 2021-05-11 17:59:54 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
pubspec.yaml fix: Context parse error, parent should be ContextRef 2021-05-11 17:59:54 +00:00
README.md Fix pub.dev URLs throughout SDK repo 2019-11-20 11:30:48 +00:00

vm_service

pub package

A library to access the VM Service Protocol.

Usage

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.

Features and bugs

Please file feature requests and bugs at the issue tracker.