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 "None" pause event type #4

Closed yjbanov closed 8 years ago

yjbanov commented 8 years ago

In https://codereview.chromium.org/1756393002/diff/60001/runtime/vm/service_event.cc the VM service protocol introduced a new pause event "None". vm_service_client currently returns null.

yjbanov commented 8 years ago

\o/ pub publish? :)

nex3 commented 8 years ago

Waiting on https://codereview.chromium.org/1863233002