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
3+ xdebug.remote_host =" host.docker.internal "
4+ xdebug.remote_connect_back =0
55xdebug.remote_port =9000
66xdebug.idekey =PHPSTORM
77
@@ -17,4 +17,3 @@ xdebug.remote_mode=req
1717xdebug.var_display_max_children =-1
1818xdebug.var_display_max_data =-1
1919xdebug.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
3+ xdebug.remote_host =" host.docker.internal "
4+ xdebug.remote_connect_back =0
55xdebug.remote_port =9000
66xdebug.idekey =PHPSTORM
77
@@ -17,4 +17,3 @@ xdebug.remote_mode=req
1717xdebug.var_display_max_children =-1
1818xdebug.var_display_max_data =-1
1919xdebug.var_display_max_depth =-1
20-
You can’t perform that action at this time.
0 commit comments