Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index f5a19d116e67eded144057427b2773f180c65480..480a65a220b3d32aa35b2eb57e0f822f69ef0e2c 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -702,6 +702,7 @@ class DebugScope BASE_EMBEDDED { |
int break_id_; // Previous break id. |
bool failed_; // Did the debug context fail to load? |
SaveContext save_; // Saves previous context. |
+ PostponeInterruptsScope no_termination_exceptons_; |
}; |