Created
November 30, 2015 11:23
-
-
Save carltondickson/1191192e77790d5217fb to your computer and use it in GitHub Desktop.
Enable Xdebug on demand for Codeception
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Trigger xdebug on demand when running codeception | |
php -dxdebug.remote_autostart=1 ./vendor/codeception/codeception/codecept | |
# Example | |
php -dxdebug.remote_autostart=1 ./vendor/codeception/codeception/codecept run acceptance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment