Skip to content

Instantly share code, notes, and snippets.

@ivanweiler
Last active June 26, 2017 10:42
Show Gist options
  • Save ivanweiler/e312598ad1df25581c530a6adcd8cc8c to your computer and use it in GitHub Desktop.
Save ivanweiler/e312598ad1df25581c530a6adcd8cc8c to your computer and use it in GitHub Desktop.
bin/magento php cli options
php -d xdebug.remote_autostart=1 bin/magento
xdebug.ini
xdebug.remote_enable = 1
xdebug.remote_autostart = 0
xdebug.max_nesting_level = 500
#default formating
xdebug.overload_var_dump = 0
xdebug.default_enable = 0
xdebug.profiler_output_dir = /home/ivanweiler/www/_temp
xdebug.profiler_enable_trigger = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment