| Index: runtime/vm/service/service.md
|
| diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
|
| index 6d2d8945054c9f24a063b9175d58ca9cc54a5188..9a719f103e05eaa3e09de48c0144b5e267f6e2d3 100644
|
| --- a/runtime/vm/service/service.md
|
| +++ b/runtime/vm/service/service.md
|
| @@ -177,6 +177,7 @@ code | message | meaning
|
| 102 | Cannot add breakpoint | The VM is unable to add a breakpoint at the specified line or function
|
| 103 | Stream already subscribed | The client is already subscribed to the specified _streamId_
|
| 104 | Stream not subscribed | The client is not subscribed to the specified _streamId_
|
| +105 | Isolate must be runnable | This operation cannot happen until the isolate is runnable
|
|
|
|
|
|
|
|
|