Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index 960d879481c2fc6929ca0abb39daceb9317a2138..8e5fedf05ec9144e733b3d94169e4db391dc92e8 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -144,7 +144,7 @@ |
C(causal_async_stacks, false, false, bool, true, "Improved async stacks") \ |
C(stress_async_stacks, false, false, bool, false, \ |
"Stress test async stack traces") \ |
- C(async_debugger, false, false, bool, false, \ |
+ C(async_debugger, false, false, bool, true, \ |
"Debugger support async functions.") \ |
R(support_ast_printer, false, bool, true, "Support the AST printer.") \ |
R(support_compiler_stats, false, bool, true, "Support compiler stats.") \ |