Chromium Code Reviews| Index: runtime/vm/debugger.cc |
| =================================================================== |
| --- runtime/vm/debugger.cc (revision 12271) |
| +++ runtime/vm/debugger.cc (working copy) |
| @@ -767,6 +767,11 @@ |
| } |
| +Dart_ExceptionPauseInfo Debugger::GetExceptionPauseInfo() { |
| + return (Dart_ExceptionPauseInfo)exc_pause_info_; |
| +} |
| + |
| + |
| // TODO(hausner): Determine whether the exception is handled or not. |
| bool Debugger::ShouldPauseOnException(DebuggerStackTrace* stack_trace, |
| const Object& exc) { |