Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: src/debug/debug.h

Issue 2758483002: [debugger] tuned StepNext and StepOut at return position (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | src/inspector/v8-debugger-agent-impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index 34b4fe2c2cf66cac9cb52de519616df1abf2009e..7bd7077ae352f95299297caf15e43e34d471f054 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -562,6 +562,8 @@ class Debug {
// Frame id for the frame of the current break.
StackFrame::Id break_frame_id_;
+ StackFrame::Id last_step_frame_id_;
+
// Step action for last step performed.
StepAction last_step_action_;
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | src/inspector/v8-debugger-agent-impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698