civicrm-buildkit-docker icon indicating copy to clipboard operation
civicrm-buildkit-docker copied to clipboard

Add support for Xdebug 3

Open valenvb opened this issue 4 years ago • 0 comments

This addresses #61, updating the configuration to support xdebug 3. It also contains a couple of fixes I encountered on the way to resolving this, namely using host.docker.internal if resolvable as the Xdebug client address, and splitting configuration into web and cli components to avoid filling the CLI with messages if the debugger is off while using buildkit and other php commands.

valenvb avatar Dec 20 '20 01:12 valenvb