Skip to content

xrdebug/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

xrDebug is a lightweight web-based debug software. Play video

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
WordPress xrdebug/wordpress

Contributing

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