Skip to content

Releases: ndench/ansible-role-xdebug

Add support for xdebug 3

14 Dec 07:03
Compare
Choose a tag to compare

New configuration variables for xdebug 3. See the upgrade docs.
This is theoretically backwards compatible, because it defaults to using configuration for xdebug 3.
However, you will have to manually lock your xdebug version to 2.x, since this role will install the latest xdebug version for your given xdebug_php_version.

Add more xdebug.ini variables

07 Feb 01:28
Compare
Choose a tag to compare

Also removed the ability to enable the xdebug module by default, which means this role no longer needs dependencies.

Initial Release

06 Dec 02:43
Compare
Choose a tag to compare

Install and configure xdebug from the apt repositories.