| Index: runtime/vm/exceptions.cc
|
| ===================================================================
|
| --- runtime/vm/exceptions.cc (revision 8665)
|
| +++ runtime/vm/exceptions.cc (working copy)
|
| @@ -246,9 +246,7 @@
|
|
|
| void Exceptions::Throw(const Instance& exception) {
|
| Isolate* isolate = Isolate::Current();
|
| - if (isolate->debugger()->IsActive()) {
|
| - isolate->debugger()->SignalExceptionThrown(exception);
|
| - }
|
| + isolate->debugger()->SignalExceptionThrown(exception);
|
| // Null object is a valid exception object.
|
| ThrowExceptionHelper(exception, Instance::Handle(isolate));
|
| }
|
|
|