xrdebug / php

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

Add throwable handler #30

Closed rodber closed 2 years ago

rodber commented 2 years ago

Add a set_exception_handler callable to handle and send Throwable messages to the server.

registerXrThrowableHandler(bool $previous = true);
xrThrowableHandler(Throwable $e): void;
rodber commented 2 years ago

image

😘 With previous.