| Index: runtime/vm/debugger.cc
|
| diff --git a/runtime/vm/debugger.cc b/runtime/vm/debugger.cc
|
| index b0aacf5489d6a09dc436de93227993fa26e77db1..226eeb9033ab9e836369682e5d05be420b8b3e4e 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;
|
| }
|
|
|