We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9570041 commit 8b0de7aCopy full SHA for 8b0de7a
conf/php.ini
@@ -1921,7 +1921,7 @@ ldap.max_links = -1
1921
; Debug Config
1922
xdebug.remote_enable = 1
1923
xdebug.remote_handler = "dbgp"
1924
-xdebug.remote_connect_back = 1
+xdebug.remote_host=host.docker.internal ; Use this value on Mac and Windows, replace with real ip if your host is Linux
1925
xdebug.remote_port = 9000
1926
;xdebug.remote_log = "/var/log/dnmp/php.xdebug.log"
1927
0 commit comments