xrdebug / php

Official PHP client library for xrDebug
https://xrdebug.com
Apache License 2.0
222 stars 6 forks source link

Add `xrRaw()` helper function #29

Closed rodber closed 2 years ago

rodber commented 2 years ago

The xr function only handles dump vars, it doesn't handle custom messages that could be useful to send information different than variable dumps (as exceptions, benchmarks, or anything users may need to spawn).

An xrRaw function could be used to send raw HTML.