Downloads
Please refer to the installation instructions on how to install Xdebug.
Source
Xdebug is hosted in GIT. The source code can be browsed through GitHub and can be checked out with:
git clone https://github.com/xdebug/xdebug.git
Latest Release
Xdebug 3.4.7- Linux, macOS:
- Windows binaries:
- Linux, macOS:
- Windows binaries:
Latest Pre-Release
Xdebug 3.5.0alpha3- Linux, macOS:
- Windows binaries:
- Linux, macOS:
- Windows binaries:
Xdebug Control Tool
A tool to send commands to interact with Xdebug while a script is running. This allows you to request process information, or instruct Xdebug to initiate a debugging request, or breakpoint.
This binary may be used free of charge, but as-is and without warranty. Source code is available on GitHub.
Please refer to the documentation to learn about how to use the Xdebug Control Tool.
DBGp Proxy
A proxy implementation for the DBGp protocol. For some situations, it allows for multiple developers to debug their application in a shared remote server. For more complex situations, Xdebug Cloud provides a superior alternative.
This binary may be used free of charge, but as-is and without warranty. Source code is available on GitHub.
Please refer to the documentation to learn about how to use the DBGp proxy tool.
Command Line Debug Client
A lightweight debugging client, mainly used for debugging the DBGp implementation with Xdebug. It can show raw protocol information.
This binary may be used free of charge, but as-is and without warranty. Source code is available on GitHub.
Please refer to the documentation to learn about how to use the debug client.
Historical Releases
Previous releases can be found on the historical releases page. Please refer to the compatibility matrix to find out which one are still supported.