phpstorm会监听9001端口,接受数据
php.ini配置[XDebug] xdebug.remote_enable = 1 xdebug.remote_host = host.docker.internal xdebug.remote_port = 9001 xdebug.remote_connect_back=0 xdebug.remote_autostart=1 xdebug.remote_log = /data/logs/xdebug.log

phpstorm会监听9001端口,接受数据
php.ini配置[XDebug] xdebug.remote_enable = 1 xdebug.remote_host = host.docker.internal xdebug.remote_port = 9001 xdebug.remote_connect_back=0 xdebug.remote_autostart=1 xdebug.remote_log = /data/logs/xdebug.log