Index: runtime/vm/debugger.cc |
diff --git a/runtime/vm/debugger.cc b/runtime/vm/debugger.cc |
index 584cad134f1cfe0d46d1f0e6a1fe17951a7f0bd6..1c5805b4f5c6121bef811e1bb37444ef986d0b66 100644 |
--- a/runtime/vm/debugger.cc |
+++ b/runtime/vm/debugger.cc |
@@ -1707,6 +1707,7 @@ static bool IsDebuggableFunctionKind(const Function& func) { |
(kind == RawFunction::kMethodExtractor) || |
(kind == RawFunction::kNoSuchMethodDispatcher) || |
(kind == RawFunction::kInvokeFieldDispatcher) || |
+ (kind == RawFunction::kIrregexpFunction) || |
func.IsImplicitConstructor()) { |
return false; |
} |