File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
22
3+ ; xdebug.remote_host=dockerhost
4+ xdebug.remote_connect_back =1
5+ xdebug.remote_port =9000
6+ xdebug.idekey =PHPSTORM
7+
38xdebug.remote_autostart =0
49xdebug.remote_enable =0
5- xdebug.remote_connect_back =0
610xdebug.cli_color =0
711xdebug.profiler_enable =0
12+ xdebug.profiler_output_dir =" ~/xdebug/phpstorm/tmp/profiling"
13+
814xdebug.remote_handler =dbgp
915xdebug.remote_mode =req
1016
11- xdebug.remote_port =9000
12- xdebug.remote_host =dockerhost
13- xdebug.idekey =PHPSTORM
17+ xdebug.var_display_max_children =-1
18+ xdebug.var_display_max_data =-1
19+ xdebug.var_display_max_depth =-1
20+
Original file line number Diff line number Diff line change 11; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
22
3+ ; xdebug.remote_host=dockerhost
4+ xdebug.remote_connect_back =1
5+ xdebug.remote_port =9000
6+ xdebug.idekey =PHPSTORM
7+
38xdebug.remote_autostart =0
49xdebug.remote_enable =0
5- xdebug.remote_connect_back =0
610xdebug.cli_color =0
711xdebug.profiler_enable =0
12+ xdebug.profiler_output_dir =" ~/xdebug/phpstorm/tmp/profiling"
13+
814xdebug.remote_handler =dbgp
915xdebug.remote_mode =req
1016
11- xdebug.remote_port =9000
12- xdebug.remote_host =dockerhost
13- xdebug.idekey =PHPSTORM
17+ xdebug.var_display_max_children =-1
18+ xdebug.var_display_max_data =-1
19+ xdebug.var_display_max_depth =-1
20+
You can’t perform that action at this time.
0 commit comments