Skip to content

xdebug

🛠️ Tools · ⬅ Home


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 - Flag. Optional. 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 - Flag. Optional. Display this help.

Return codes

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

Environment

  • {SEE:XDEBUG_ENABLED.sh}

xdebugDisable

Disable Xdebug on systems that have it

Usage

xdebugDisable [ --help ]

Disable Xdebug on systems that have it

Arguments

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

Return codes

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

Environment

  • {SEE:XDEBUG_ENABLED.sh}

🛠️ Tools · ⬅ Top