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

Expose atAsyncSuspension on (Pause?)Event #31

Closed DanTup closed 6 years ago

DanTup commented 6 years ago

Related to OverAsyncSuspension in #30; to step over an await with OverAsyncSuspension we need to know whether we paused at one. This is exposed on Event so we should be able to do isolate.pauseEvent.atAsyncSuspension).

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

DanTup commented 6 years ago

Fixed in #33.