sidebar | home | heroImage | heroText | tagline | actionText | actionLink |
---|---|---|---|---|---|---|
false |
false |
/logo.svg |
xrDebug |
Lightweight portable debug utility |
Install → |
/install/ |
::: slot footer Apache 2.0 Licensed | Copyright © Rodolfo Berrios :::
xrDebug is a lightweight web-based debug software. Play video
- Install application (binary)
bash <(curl -sL xrdebug.com/bin.sh)
- Run
xrdebug
to spawn server
xrdebug
- Alternatively, run it with Docker (use
host.docker.internal
as the host)
docker run -t --init -p 27420:27420 ghcr.io/xrdebug/xrdebug:latest
- Install a client library for your language/framework or use the HTTP API directly
A client library is a wrapper around the HTTP API and it enables to debug your application by using helpers in your codebase.
Technology | Package |
---|---|
PHP | xrdebug/php |
WordPress | xrdebug/wordpress |
If you want to contribute to xrDebug, please check the developer guide.