Last active
June 26, 2017 10:42
-
-
Save ivanweiler/e312598ad1df25581c530a6adcd8cc8c to your computer and use it in GitHub Desktop.
bin/magento php cli options
This file contains 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
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