Last active
November 8, 2019 20:04
-
-
Save felipsmartins/a071714d813a1ab3c237e8fb4f5b60eb to your computer and use it in GitHub Desktop.
xdebug
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
| xdebug.max_nesting_level=512 | |
| zend_extension="/usr/lib/php5/20131226/xdebug.so" | |
| xdebug.remote_enable=1 | |
| xdebug.profiler_enable_trigger=1 | |
| xdebug.remote_autostart = 1 | |
| ;importante | |
| xdebug.remote_connect_back=1 | |
| xdebug.remote_port=9000 | |
| xdebug.profiler_enable=1 | |
| xdebug.profiler_output_dir="/tmp" | |
| xdebug.remote_log=/tmp/_xdebug.log | |
| xdebug.extended_info = 1 | |
| #NOTA | |
| # para real remote host é necessário: | |
| # https://www.jetbrains.com/help/phpstorm/remote-debugging-via-ssh-tunnel.html | |
| ssh -R 9000:localhost:9000 user@hostname |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xdebug cookie:
Cookie: XDEBUG_SESSION=1