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

Unified Diff: src/debug/debug.h

Issue 2766283002: [inspector] follow up for e27d18c94337f908d75fdccb4c5263180dbb1511 (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 | test/inspector/debugger/stepping-tail-call.js » ('j') | no next file with comments »
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 e5a61d99933e5f3bde44f8fe50ac9234cee8ff7e..f90f18966b9a80ec60eedaaef038217515e57203 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -566,7 +566,8 @@ class Debug {
// Step action for last step performed.
StepAction last_step_action_;
- // If set then this function will be ignored in PrepareStepIn call.
+ // If set, next PrepareStepIn will ignore this function until stepped into
+ // another function, at which point this will be cleared.
Object* ignore_step_into_function_;
// If set then we need to repeat StepOut action at return.
« no previous file with comments | « no previous file | test/inspector/debugger/stepping-tail-call.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698