rdebug_stop
NAME
rdebug_stop(): Clear debugging session; reset debugging data.TYPE
ProcedureDESCRIPTION
This procedure is part of the rdebug API.
rdebug_stop() terminates a debugging session. It clears all debugging info accumulated throughout the session, and resets the debugger - worker association. The current session stops its role as the debugger, and the worker session is no longer controlled by this session, and is free to be debugged by other sessions.
rdebug_stop() does NOT remove debug code from stored routines. To clear such code, invoke rdebug_compile_routine().
Calling rdebug_stop() in the middle of a debug session (e.g. the worker holds on a breakpoint) releases the worker and allows it to run to completion.
SYNOPSIS
rdebug_stop() MODIFIES SQL DATA