If you find Xdebug useful, please consider supporting the project.

2023-09-06

Xdebug 3.3.0alpha2 is out!

This is an alpha release to be able to test Xdebug with PHP 8.3. Not all the features on the Roadmap have been implemented, but neither is the scope for Xdebug 3.3 final yet.

Although the primary reason for this release is PHP 8.3 compatibility, there are also a few features for the xdebug_get_function_stack() method. Besides that, a few bugs have been fixed with regard to chained and incomplete backtraces.

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: Jade Lovelace, Remi Collet, and Sebastian Bergmann — Thanks!