rdebug_step_out
NAME
rdebug_step_out(): Run current routine to completion, stop upon returning to calling routine.TYPE
ProcedureDESCRIPTION
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