fix xdebug

This commit is contained in:
2020-11-12 20:32:13 +01:00
parent dcf5e72f8b
commit 1de6aaad7f

View File

@@ -4,6 +4,7 @@ xdebug.remote_enable=1
xdebug.remote_host = 172.17.0.1 xdebug.remote_host = 172.17.0.1
xdebug.remote_connect_back = 1 # Not safe for production servers xdebug.remote_connect_back = 1 # Not safe for production servers
xdebug.remote_port = 9000 xdebug.remote_port = 9000
xdebug.idekey = VSCODE
xdebug.remote_handler = dbgp xdebug.remote_handler = dbgp
xdebug.remote_mode = req xdebug.remote_mode = req
xdebug.remote_autostart = true xdebug.remote_autostart = true