下载对应的php版本的xdebughttps://xdebug.org/wizard配置php.ini信息(参考)zend_extension=D:\phpStudy\PHPTutorial\php\php-7.2.1-nts\ext\php_xdebug-2.9.4-7.2-vc15-nts.dllxdebug.remote_enable=1xdebug.remote_host=127.0.0.1xdebug.remote_port=9000xdebug.remote_mode=reqxdebug.remote_handler=dbgpxdebug.idekey="PHPSTORM"
