php xdebug 远程debug

xdebug.remote_connect_back=1

xdebug.remote_host=hostname(or ip)

xdebug.remote_handler=dbgp

xdebug.remote_enable=on

原文地址:https://www.cnblogs.com/hanxianlong/p/2882105.html