1,下载安装包
安装包地址
2,在php.ini文件中进行如下配置:
;zend_extension="D:phpstudyPHPTutorialphpphp-7.2.1-ntsphp_xdebug-2.6.0-7.2-vc15-nts-x86_64.dll" zend_extension="D:phpStudyPHPTutorialphpphp-7.2.1-ntsphp_xdebug-2.6.0-7.2-vc15-nts.dll" xdebug.profiler_output_dir="D:phpStudyPHPTutorialtmpxdebug" xdebug.trace_output_dir="D:phpStudyPHPTutorialtmpxdebug" xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_name = "cache.out.%t-%s" xdebug.remote_enable = 1 xdebug.remote_handler = "dbgp" xdebug.remote_autostart = 1 xdebug.remote_host = "127.0.0.1" xdebug.remote_port = 9060 xdebug.idekey = phpstorm
3,配置PhpStorm
4,如果使用PhpStudy,请确保勾选xdebug选项
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END