--break_on_debugbreak

This commit is contained in:
Ben Vanik
2015-02-01 11:38:16 -08:00
parent f60677f359
commit 5f3ab7979f
3 changed files with 6 additions and 1 deletions

View File

@@ -19,5 +19,6 @@ DECLARE_bool(validate_hir);
DECLARE_uint64(break_on_instruction);
DECLARE_uint64(break_on_memory);
DECLARE_bool(break_on_debugbreak);
#endif // ALLOY_ALLOY_PRIVATE_H_