Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index ad9a2d05a2f17b728f607f14385f492f15ca627d..691bdcc2de615f34b5928036c392ea8aa97812f2 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -991,6 +991,9 @@ DEFINE_BOOL(trace_regexp_assembler, false, |
"trace regexp macro assembler calls.") |
DEFINE_BOOL(trace_regexp_parser, false, "trace regexp parsing") |
+// Debugger |
+DEFINE_BOOL(print_break_location, false, "print source location on debug break") |
+ |
// |
// Logging and profiling flags |
// |