Index: runtime/vm/compiler.cc |
=================================================================== |
--- runtime/vm/compiler.cc (revision 42569) |
+++ runtime/vm/compiler.cc (working copy) |
@@ -1164,6 +1164,7 @@ |
func.SetNumOptionalParameters(0, true); |
// Manually generated AST, do not recompile. |
func.SetIsOptimizable(false); |
+ func.set_is_debuggable(false); |
// We compile the function here, even though InvokeFunction() below |
// would compile func automatically. We are checking fewer invariants |