archfz / drup

CLI that creates and manages projects by leveraging docker power.
MIT License
3 stars 0 forks source link

Allow XDebug for CLI. #170

Open archfz opened 6 years ago

archfz commented 6 years ago

export PHP_IDE_CONFIG="serverName=beaug.apache" && export XDEBUG_CONFIG="remote_enable=1 remote_mode=req remote_port=9000 remote_host=172.17.0.1" && drush

archfz commented 6 years ago

Simultaneous xdebug has to be used for drush https://github.com/drush-ops/drush/issues/1534

archfz commented 6 years ago

Documentation still needed in readme. Also don't forget about the multiple simultaneous connection configuration to be documented for IDE.