| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index abfcf57a2b063cbdcdb3d07a1caf89885256d369..e8fcc0c27fdfb4d2bc433c3b4985ffeebc7fcd60 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -149,6 +149,8 @@
|
| 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_stepping, false, false, bool, true, \
|
| + "Debugger support for stepping in and out of async functions.") \
|
| R(support_ast_printer, false, bool, true, "Support the AST printer.") \
|
| R(support_compiler_stats, false, bool, true, "Support compiler stats.") \
|
| C(support_debugger, false, false, bool, true, "Support the debugger.") \
|
|
|