Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.43 KB

File metadata and controls

55 lines (38 loc) · 1.43 KB
sidebar false
home false
heroImage /logo.svg
heroText xrDebug
tagline Lightweight portable debug utility
actionText Install →
actionLink /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
Laravel xrdebug/laravel
PHP xrdebug/php
WordPress xrdebug/wordpress

Contributing

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