Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index d39ea4e3e92a549e0e20f7b9b9a8e48099881023..8fe09badad6c30f6978b688c1f05042225238ae6 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -506,6 +506,9 @@ class Debug { |
// Frame pointer from last step next action. |
Address last_fp_; |
+ // Number of queued steps left to perform before debug event. |
+ int queued_step_count_; |
+ |
// Frame pointer for frame from which step in was performed. |
Address step_into_fp_; |