rdebug_step_out

NAME

rdebug_step_out(): Run current routine to completion, stop upon returning to calling routine.

TYPE

Procedure

DESCRIPTION

This procedure is part of the rdebug API.

rdebug_step_out() executes the worker until current routine completes and returns to its caller routine, or until an active breakpoint is met.

When rdebug_step_out() is called from the topmost stack level -- the very first debugged routine -- execution is similar to that of rdebug_run().

Execution of this routine only makes sense on an active debugging session, i.e. after calling rdebug_start().

SYNOPSIS

rdebug_step_out()
  READS SQL DATA

ENVIRONMENT

MySQL 5.1 or newer

SEE ALSO

rdebug_compile_routine(), rdebug_run(), rdebug_start(), rdebug_step_into(), rdebug_step_over()

AUTHOR

Shlomi Noach
 
common_schema documentation