596e0b0849
Pointer<T> instances were previously serialized as PlainInstance with no address, making them opaque to all debugger clients. TEST=pkg/vm_service/test/get_object_rpc_test.dart Fixes: https://github.com/dart-lang/sdk/issues/62853 Change-Id: Ia44eb0fa0851332409680d8d593141fe25505114 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/486460 Reviewed-by: Ben Konyi <bkonyi@google.com> Reviewed-by: Daco Harkes <dacoharkes@google.com> Auto-Submit: Nourhan Hasan <nourhan.m.hasan@gmail.com> Commit-Queue: Ben Konyi <bkonyi@google.com>
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 specification 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.