Chromium Code Reviews| Index: runtime/vm/debugger.cc |
| =================================================================== |
| --- runtime/vm/debugger.cc (revision 12267) |
| +++ runtime/vm/debugger.cc (working copy) |
| @@ -766,6 +766,9 @@ |
| exc_pause_info_ = pause_info; |
| } |
|
hausner
2012/09/12 17:09:59
Two empty lines between functions please.
devoncarew
2012/09/12 17:20:52
Done.
|
| +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, |