php.ini 配置Xdubug参数
zend_extension= D:\phpstudy_pro\Extensions\php\php7nts\ext\php_xdebug.dll
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.remote_enable=1
xdebug.remote_timeout=0
xdebug.remote_autostart=1
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.remote_handler=dbgp
xdebug.idekey=15024