Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.36 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.36 KB
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.