Index: src/runtime/runtime-debug.cc |
diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc |
index 031bdb2760f241fbd669867db02f1016501fd166..b7664adbdc911d61de9433fe476ef9ae11225b39 100644 |
--- a/src/runtime/runtime-debug.cc |
+++ b/src/runtime/runtime-debug.cc |
@@ -2402,8 +2402,6 @@ static MaybeHandle<Object> DebugEvaluate(Isolate* isolate, |
result = Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter)); |
} |
- // Clear the oneshot breakpoints so that the debugger does not step further. |
- isolate->debug()->ClearStepping(); |
return result; |
} |