- 下载对应PHP版本的Xdebug
- 线程安全(TS)和非线程安全(NTS)
- 安装Xdebug扩展-php.ini
[XDebug]
xdebug.profiler_output_dir="D:phpStudy mpxdebug"
xdebug.trace_output_dir="D:phpStudy mpxdebug"
zend_extension="D:phpStudyphpphp-7.1.7-nts-64extphp_xdebug-2.5.3-7.1-vc14-nts-x86_64.dll"
xdebug.idekey=PHPSTORM
xdebug.remote_port=9005
xdebug.remote_enable=on
- 配置PHPStorm
- 配置Debug
- 运行Debug
- 调试