Table of Contents

Method StepInto

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v10.dll

StepInto()

Executes one statement of code; steps into the next function call, if possible.

public virtual bool StepInto()

Returns

bool

True if succeeds; otherwise, false.