[xdebug] xdebug.remote_enable = 1 ;xdebug.remote_connect_back=1 ;comment below line and uncomment above line for Windows/linux xdebug.remote_connect_back = 0 xdebug.remote_handler = "dbgp" xdebug.remote_port = 9003 xdebug.remote_autostart = 1 xdebug.idekey = PHPSTORM ;xdebug.remote_host=host.docker.local ;comment below line and uncomment above line for Windows/linux xdebug.remote_host = host.docker.internal xdebug.client_host = host.docker.internal xdebug.client_port = 9003 xdebug.log = "/tmp/xdebug.log" xdebug.mode = debug zend_extension=xdebug.so xdebug.start_with_request=yes ;xdebug.discover_client_host=false [error-Logging] display_errors = On display_startup_errors = On