rdebug_set_verbose

NAME

rdebug_set_verbose(): Turn verbose mode on/off.

TYPE

Procedure

DESCRIPTION

This procedure is part of the rdebug API.

rdebug_set_verbose() allows on to turn verbose mode on/off. Verbode mode is useful for command-line usage of rdebug, in that it conveniently causes useful info to be dumped on screen.

rdebug_set_verbose() causes an implicit invocation of rdebug_verbose() whenever the worker enters stall (due to stepping or a breakpoint).

Execution of this routine is possible at any given time. Effect of calling this method is durable throughout the MySQL session and is not limited to a debugging session.

SYNOPSIS

rdebug_set_verbose(
    in verbose bool
  )
  NO SQL

Input:

  • verbose: a TRUE or FALSE (or numeric equivalent) value to indicate requested verbose mode.

ENVIRONMENT

MySQL 5.1 or newer

SEE ALSO

rdebug_compile_routine(), rdebug_verbose(), rdebug_set_breakpoint()

AUTHOR

Shlomi Noach
 
common_schema documentation