Skip to content

Xdebug for TrueAsync PHP 8.6.0 alpha.1

Pre-release
Pre-release

Choose a tag to compare

@EdmondDantes EdmondDantes released this 21 Feb 14:33
· 39 commits to master since this release

Xdebug for TrueAsync PHP 8.6.0 alpha.1

First alpha release of Xdebug with TrueAsync support for PHP 8.6.

This is a pre-release intended for testing. Do not use in production.


This is a fork of xdebug/xdebug adapted to work with the TrueAsync coroutine scheduler. Built from branch true-async-86.

Xdebug features (step debugging, profiling, tracing) work correctly in async context — breakpoints and stack traces are coroutine-aware.


Related repositories