Created
November 19, 2018 09:32
-
-
Save habibun/fcb100ef9275baef1d438a620c7f6f15 to your computer and use it in GitHub Desktop.
Xdebug configuration with phpstorm file linking symfony
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
zend_extension=/usr/lib/php5/20121212/xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_handler=dbgp | |
xdebug.remote_mode=req | |
xdebug.remote_host=127.0.0.1 | |
xdebug.remote_port=9000 | |
xdebug.max_nesting_level=300 | |
xdebug.idekey=PHPSTORM | |
xdebug.remote_autostart=1 | |
xdebug.profiler_enable=1 | |
xdebug.show_error_trace = 1 | |
xdebug.file_link_format = "phpstorm://open?file=%f&line=%l" |
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
framework: | |
ide: 'phpstorm://open?file=%%f&line=%%l' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
inside conf.d