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