chevere/xr-server

This package is abandoned and no longer maintained. The author suggests using the chevere/xrdebug package instead.

Lightweight debug utility

Maintainers

👁 rodolfo

Package info

github.com/xrdebug/xrdebug

Homepage

pkg:composer/chevere/xr-server

Statistics

Installs: 2 915

Dependents: 0

Suggesters: 0

Stars: 76

Open Issues: 7

2.0.3 2024-12-08 15:04 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 b555fbb7471ba534cd76194cbea81e2e384ab215


README

👁 xrDebug

👁 Get it on macOS
👁 Get it on Linux
👁 Get it on Windows

👁 Build
👁 Code size
👁 Apache-2.0
👁 PHPStan
👁 Mutation testing badge

👁 Quality Gate Status
👁 Maintainability Rating
👁 Reliability Rating
👁 Security Rating
👁 Coverage
👁 Technical Debt
👁 CodeFactor

xrDebug is a lightweight web-based debug utility server. 🦄 Play video

Installation

Download latest xrdebug binary by running the following command in your terminal, it detects your operating system and CPU architecture:

bash <(curl -sL xrdebug.com/bin.sh)

👁 xrDebug light

👁 xrDebug dark

Documentation

Documentation available at docs.xrdebug.com.

Features

  • Ephemeral, it doesn't store any persistent data
  • Signed requests (Ed25519)
  • End-to-end encryption (AES-GCM AE)
  • Filter messages by Topics and Emotes
  • Resume, Pause, Stop and Clear debug window controls
  • Keyboard shortcuts (Resume R, Pause P, Stop S and Clear C)
  • Re-name "xrDebug" session to anything you want
  • Export dump output to clipboard or as PNG image
  • Pause and resume your code execution
  • Dark / Light mode follows your system preferences
  • Portable & HTML based (save page, search, etc.)
  • Uses FiraCode font for displaying beautiful looking dumps
  • Open with editor links
  • Responsive user interface

👁 xrDebug light demo

👁 xrDebug dark demo

PHP Features

  • Configuration via code and xr.php file
  • Dump arguments using VarDump
  • Generates dump backtrace
  • Custom inspectors
  • Handle errors and exceptions (hook or replace your existing handler)

License

Copyright Rodolfo Berrios A.

xrDebug is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.