| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index 15f2ffac7436d0e79bdfa55093cc3f8496c59a5a..813e884004b8b96a086e96185d60640080e8c8fe 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -110,10 +110,6 @@ MUST_USE_RESULT MaybeHandle<Object> Invoke(Isolate* isolate, bool is_construct,
|
| DCHECK(has_exception == isolate->has_pending_exception());
|
| if (has_exception) {
|
| isolate->ReportPendingMessages();
|
| - // Reset stepping state when script exits with uncaught exception.
|
| - if (isolate->debug()->is_active()) {
|
| - isolate->debug()->ClearStepping();
|
| - }
|
| return MaybeHandle<Object>();
|
| } else {
|
| isolate->clear_pending_message();
|
|
|