2022-07-20
Xdebug 3.2.0alpha1 is out!
This is a preview release of the Xdebug 3.2 series to accompany the imminent release of PHP 8.2 beta 1. Xdebug 3.2 adds support for PHP 8.2, and drops support for PHP versions before 8.0.
This release also contains a few new features to step debugging. You can now
debug the return values of functions (with IDE support), and also configure
where the debugger needs to connect to with the xdebug://gateway
and xdebug://nameserver
pseudo hosts as values of
[CFG:xdebug.client_host].
The full list of changes can be found on the updates page.
The source code can be found on the downloads page, and as usual, Xdebug is installable through PECL.
If you find a bug, please file a report at Xdebug's Issue Tracker.
This release also contains a contribution by: Marko Kaznovac and Pierre Rineau — Thanks!