| Index: runtime/vm/service/service.md
|
| diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
|
| index 31535637654d4f1a4df0efac69ed5025586ccf31..25753208bc3056a418952f04b2f73f8aa2ce5921 100644
|
| --- a/runtime/vm/service/service.md
|
| +++ b/runtime/vm/service/service.md
|
| @@ -769,7 +769,7 @@ streamId | event types provided
|
| -------- | -----------
|
| VM | VMUpdate
|
| Isolate | IsolateStart, IsolateRunnable, IsolateExit, IsolateUpdate, ServiceExtensionAdded
|
| -Debug | PauseStart, PauseExit, PauseBreakpoint, PauseInterrupted, PauseException, Resume, BreakpointAdded, BreakpointResolved, BreakpointRemoved, Inspect
|
| +Debug | PauseStart, PauseExit, PauseBreakpoint, PauseInterrupted, PauseException, Resume, BreakpointAdded, BreakpointResolved, BreakpointRemoved, Inspect, None
|
| GC | GC
|
| Extension | Extension
|
|
|
| @@ -1271,6 +1271,10 @@ enum EventKind {
|
| // An isolate has started or resumed execution.
|
| Resume,
|
|
|
| + // Indicates an isolate is not yet runnable. Only appears in an Isolate's
|
| + // pauseEvent. Never sent over a stream.
|
| + None,
|
| +
|
| // A breakpoint has been added for an isolate.
|
| BreakpointAdded,
|
|
|
|
|