dart-sdk/pkg/vm_service
Alexander Markov 103a098d64 [vm,debugger] Do not stop at hoisted variable declarations when stepping through patterns
TEST=pkg/vm_service/test/step_through_patterns_test.dart
Issue: https://github.com/dart-lang/sdk/issues/51812
Issue: https://github.com/dart-lang/sdk/issues/49755

Change-Id: Ieb2e6f49c613c7543e7e76119cefbc4d8f9ae3de
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291840
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2023-03-30 18:42:48 +00:00
..
example [pkg/vm_service] use package:lints/recommended.yaml 2023-02-10 17:59:33 +00:00
java [ Service ] Add new InstanceKind "UserTag" 2023-03-23 17:51:03 +00:00
lib [ Service ] Add new InstanceKind "UserTag" 2023-03-23 17:51:03 +00:00
test [vm,debugger] Do not stop at hoisted variable declarations when stepping through patterns 2023-03-30 18:42:48 +00:00
tool [VM/Service] Prevent VmServerConnection from converting SentinelExceptions into RPCErrors 2023-03-20 20:03:48 +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 vm_service: fix a bunch of comment references 2023-02-22 16:32:28 +00:00
CHANGELOG.md [ Service ] Add new InstanceKind "UserTag" 2023-03-23 17:51:03 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
pubspec.yaml [ Service ] Add new InstanceKind "UserTag" 2023-03-23 17:51:03 +00:00
README.md [pkg] normalize the headers of the pkg/ readmes 2022-05-31 21:00:13 +00:00

pub package package publisher

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.