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

2025-03-09

Xdebug 3.4.2 is out!

This is a bug fix release that fixes two crashes, two memory leaks, an issue with showing the values of properties with hooks attached, and an issue where characters with higher order bits were not displayed when using Xdebug's overridden var_dump() function in HTML mode. It also adjusts the xdebug_notify() function to respect the xdebug.var_display_max_children, xdebug.var_display_max_data, and xdebug.var_display_max_depth settings.

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 and PIE, and is also available as package for most Linux distributions.

If you find a bug, please file a report at Xdebug's Issue Tracker.

This release also contains contributions by: Niels Dossche — Thanks!