rdebug_step_over

NAME

rdebug_step_over(): Execute next statement without drilling down to possible routine code.

TYPE

Procedure

DESCRIPTION

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

ENVIRONMENT

MySQL 5.1 or newer

SEE ALSO

rdebug_compile_routine(), rdebug_run(), rdebug_start(), rdebug_step_into(), rdebug_step_out()

AUTHOR

Shlomi Noach
 
common_schema documentation