index

Reference: ExecuteStep() flags

asEXEC_STEP_INTO
asEXEC_STEP_OVER

asEXEC_STEP_INTO

When using this mode the context suspends the execution immediately upon entering each function call.

asEXEC_STEP_OVER

When using this mode the context doesn't suspend when it enters function calls, only when it comes out of them.

top