rdebug_run
NAME
rdebug_run(): Run worker until next breakpoint.TYPE
ProcedureDESCRIPTION
This procedure is part of the rdebug API.
rdebug_run() lets the worker run until it reaches a set breakpoint.
As opposed to rdebug_step_into() or rdebug_step_over(), where the worker is advanced one "step", rdebug_run() allows the worker to run freely until it reaches an active breakpoint - such that has been set by rdebug_set_breakpoint(). If not such breakpoint is encountered, the worker is executed to full completion, and the debugging session is terminated.
Execution of this routine only makes sense on an active debugging session, i.e. after calling rdebug_start().
SYNOPSIS
rdebug_run() READS SQL DATA