rdebug_step_into

NAME

rdebug_step_into(): Enter next routine call (requires routine in debug mode); drill down the stack state.

TYPE

Procedure

DESCRIPTION

This procedure is part of the rdebug API.

rdebug_step_into() executes the worker until it reaches next possible stop-point at any level of the stack.

When worker's next statement to execute is a call to a stored routine, rdebug_step_into() drills down into that routine. This assumes said routine is itself compiled with debug mode. It is possible that said routine is not compiled in debug mode, yet in itself calls upon a routine which is -- in which case the worker will stop at this deeper level routine. The rule says: "stop at your earliest opportunity, regardless of stack depth".

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

SYNOPSIS

rdebug_step_into()
  READS SQL DATA

ENVIRONMENT

MySQL 5.1 or newer

SEE ALSO

rdebug_compile_routine(), rdebug_run(), rdebug_start(), rdebug_step_out(), rdebug_step_over()

AUTHOR

Shlomi Noach
 
common_schema documentation