Created
March 9, 2018 15:46
-
-
Save pxslip/47d80b5ec2f381ca8098cf1e28a5f6e3 to your computer and use it in GitHub Desktop.
Homestead xdebug ini
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
zend_extension=xdebug.so | |
xdebug.remote_enable = 1 | |
xdebug.remote_connect_back = 1 | |
xdebug.remote_autostart = 1 | |
xdebug.remote_port = 9000 | |
xdebug.max_nesting_level = 512 | |
xdebug.remote_log = /home/vagrant/xdebug/xdebug.log | |
xdebug.profiler_enable_trigger = 1 | |
xdebug.profiler_output_dir = /home/vagrant/profiler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since I constantly fight to get xdebug working with homestead, here is the ini file that I have found to work (most of the time...)