Skip to content

Instantly share code, notes, and snippets.

@federivo
Created October 19, 2017 22:34
Show Gist options
  • Save federivo/171cc2274695eb549cf3c4238a27b0de to your computer and use it in GitHub Desktop.
Save federivo/171cc2274695eb549cf3c4238a27b0de to your computer and use it in GitHub Desktop.
Xdebug configuration for vm
; Enable xdebug extension module
zend_extension=/usr/lib64/php/modules/xdebug.so
xdebug.remote_enable=1
;xdebug.remote_host=10.0.2.2
xdebug.remote_port=9000
xdebug.var_display_max_depth = 20
xdebug.max_nesting_level = 999
xdebug.idekey=“PHPSTORM”
xdebug.remote_autostart=1
xdebug.remote_host=192.168.33.1
xdebug.remote_connect_back = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment