Skip to content

xdebug


Open source PHP debugger.

See xdebug.php for implementation details within PHP.

xdebugInstall

Install the xdebug PHP Debugger

Usage

xdebugInstall [ --help ]

Install the xdebug PHP Debugger using pear and pecl.

Location: bin/build/tools/xdebug.sh

Arguments

  • --help - Flag. Optional. Display this help.

Return codes

  • 0 - Success
  • 1 - Environment error
  • 2 - Argument error

xdebugEnable

Enable Xdebug

Usage

xdebugEnable [ --help ]

Enable Xdebug on systems that have it.

This changes the value of XDEBUG_ENABLED to true. Programs must honor this and invoke the debugger.

Location: bin/build/tools/xdebug.sh

Arguments

  • --help - Flag. Optional. Display this help.

Return codes

  • 0 - Success
  • 1 - Environment error
  • 2 - Argument error

Environment

xdebugDisable

Disable Xdebug

Usage

xdebugDisable [ --help ]

Disable Xdebug on systems that have it.

This changes the value of XDEBUG_ENABLED to false. Programs must honor this and then skip invoking the debugger.

Location: bin/build/tools/xdebug.sh

Arguments

  • --help - Flag. Optional. Display this help.

Return codes

  • 0 - Success
  • 1 - Environment error
  • 2 - Argument error

Environment


🛠️ Tools · ⬅ Top