Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 172.20.0.1
- - new format false
- - format old
- - with coma and without coma
- 172.19.0.1
- - new format false
- - format old
- - with coma and without coma
- 172.18.0.1
- - new format false
- - format old
- - with coma and without coma
- 172.17.0.1
- - new format false
- - format old
- - with coma and without coma
- 127.0.0.1
- - format old
- - with coma and without coma
- 192.168.187.128
- - format old
- - with coma and without coma
- has try
- 1. base new laradock
- 2.
- ; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
- xdebug.remote_host=172.17.0.1
- xdebug.remote_connect_back=1
- xdebug.remote_port=9000
- xdebug.idekey=PHPSTORM
- xdebug.remote_autostart=1
- xdebug.remote_enable=1
- xdebug.cli_color=0
- xdebug.profiler_enable=0
- xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
- xdebug.remote_handler=dbgp
- xdebug.remote_mode=req
- xdebug.var_display_max_children=-1
- xdebug.var_display_max_data=-1
- xdebug.var_display_max_depth=-1
- 3.
- xdebug.remote_host=172.17.0.1
- xdebug.remote_connect_back=0
- xdebug.remote_port=9000
- #xdebug.idekey=PHPSTORM
- xdebug.remote_autostart=0
- xdebug.remote_enable=1
- xdebug.cli_color=0
- xdebug.profiler_enable=0
- xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
- xdebug.remote_handler=dbgp
- xdebug.remote_mode=req
Add Comment
Please, Sign In to add comment