dart-archive / vm_service_client

A Darty client for the VM service protocol
https://pub.dev/packages/vm_service_client
BSD 3-Clause "New" or "Revised" License
12 stars 19 forks source link

Add support for OverAsyncSuspension and Rewind VM Step options #30

Closed DanTup closed 6 years ago

DanTup commented 6 years ago

There are two step options in the VM Server docs that don't seem to be supported here:

https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#stepoption

enum StepOption {
  Into,
  Over,
  OverAsyncSuspension, // ###
  Out,
  Rewind // ###
}