Skip to content

xdebug

🛠️ Tools · ⬅ Top


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

Arguments

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

Return codes

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

xdebugEnable

Enable Xdebug on systems that have it

Usage

xdebugEnable [ --help ]

Enable Xdebug on systems that have it

Arguments

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

Return codes

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

Environment

  • XDEBUG_ENABLED - Boolean. Is xdebug enabled? Calling application can honor this environment variable to automatically connect to the debugger.

xdebugDisable

Disable Xdebug on systems that have it

Usage

xdebugDisable [ --help ]

Disable Xdebug on systems that have it

Arguments

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

Return codes

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

Environment

  • XDEBUG_ENABLED - Boolean. Is xdebug enabled? Calling application can honor this environment variable to automatically connect to the debugger.