| 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.
|
|
|