mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
Add exceptionPauseMode to Isolate response in service.md
BUG= R=turnidge@google.com Review URL: https://codereview.chromium.org/1408933004 .
This commit is contained in:
parent
783ed2470b
commit
d7de5ca71f
1 changed files with 3 additions and 0 deletions
|
@ -1804,6 +1804,9 @@ class Isolate extends Response {
|
|||
|
||||
// The error that is causing this isolate to exit, if applicable.
|
||||
Error error [optional];
|
||||
|
||||
// The current pause on exception mode for this isolate.
|
||||
ExceptionPauseMode exceptionPauseMode;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue