shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

xdebug #35

Closed doctor-damager closed 4 years ago

doctor-damager commented 4 years ago

Hello, how can I use xdbug? Do i have to set some special setting? I try to use it with PHPStorm.

shyim commented 4 years ago

Hey, there was an issue with the CI. Now the xdebug images pushed.

You can easily start with swdc up xdebug directly with xdebug enabled. Otherwise, add suffix -xdebug to the php version in the env file.

It is pre-configured for PhpStorm. Just enable it :)