# xrDebug

xrDebug (opens new window) is a lightweight web-based debug software. Play video (opens new window)

# Quick start

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

# Debugging

  • Install a client library for your language/framework or use the HTTP API directly

# Client libraries

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 (opens new window)
WordPress xrdebug/wordpress (opens new window)

# Contributing

If you want to contribute to xrDebug, please check the developer guide.