rdebug_step_over
NAME
rdebug_step_over(): Execute next statement without drilling down to possible routine code.TYPE
ProcedureDESCRIPTION
This procedure is part of the rdebug API.
rdebug_step_over() executes the worker until it reaches next possible stop-point at current stack level or higher.
Calls to nested routines are executed, but not debugged: the point at which the worker stops after calling rdebug_step_over is never a drill down. The rule says: "stop at your earliest opportunity within the current routine or, summing it exits, within its calling routine.
Execution of this routine only makes sense on an active debugging session, i.e. after calling rdebug_start().
SYNOPSIS
rdebug_step_over() READS SQL DATA