2a2d83e9e9
This change adds a `setBreakpointState` RPC which allows for breakpoints to be enabled or disabled without needing to remove and recreate breakpoints. Fixes https://github.com/dart-lang/sdk/issues/45336. TEST=set_breakpoint_state_test.dart Change-Id: I1a04e6028d4e4560fdb8d3d26420c9a05da06b4b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193896 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Alexander Aprelev <aam@google.com>
24 lines
495 B
YAML
24 lines
495 B
YAML
name: vm_service
|
|
description: >-
|
|
A library to communicate with a service implementing the Dart VM
|
|
service protocol.
|
|
|
|
version: 6.3.0-dev
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_service
|
|
|
|
environment:
|
|
sdk: '>=2.12.0-0 <3.0.0'
|
|
|
|
dependencies:
|
|
|
|
dev_dependencies:
|
|
async: ^2.5.0
|
|
markdown: ^4.0.0-nullsafety.0
|
|
mockito: ^5.0.0-nullsafety.1
|
|
path: ^1.8.0
|
|
pedantic: ^1.10.0-nullsafety.3
|
|
process: ^4.0.0
|
|
pub_semver: ^2.0.0-nullsafety.0
|
|
test: ^1.16.0-nullsafety.13
|