Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Created November 30, 2015 11:23
Show Gist options
  • Save carltondickson/1191192e77790d5217fb to your computer and use it in GitHub Desktop.
Save carltondickson/1191192e77790d5217fb to your computer and use it in GitHub Desktop.
Enable Xdebug on demand for Codeception
# 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