Created
October 31, 2020 20:54
-
-
Save thiagobraga/01fbc3d1cc599982f81a19aee5d52ce1 to your computer and use it in GitHub Desktop.
Xdebug config
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.idekey=docker | |
xdebug.remote_connect_back=0 | |
xdebug.remote_host=10.0.1.2 | |
xdebug.remote_port=9001 | |
xdebug.remote_autostart=1 | |
xdebug.remote_enable=1 | |
xdebug.remote_handler=dbgp | |
xdebug.remote_mode=req | |
xdebug.cli_color=1 | |
xdebug.profiler_enable=0 | |
xdebug.var_display_max_depth = 10 | |
xdebug.var_display_max_children = 256 | |
xdebug.var_display_max_data = 1024 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment