PHpStorm + phpstudy 断点调试配置
Posted hope_xu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHpStorm + phpstudy 断点调试配置相关的知识,希望对你有一定的参考价值。
步骤:
phpstudy 其他菜单 ->打开配置文件 ->打开 php.ini ->找到 XDebug ->XDebug修改成下面文字
[XDebug]
;红色 (1)代表 phpStudy安装路径 (2) php版本
zend_extension="F:phpStudyPHPTutorialphpphp-7.0.12-ntsextphp_xdebug.dll"
xdebug.remote_enable =1
xdebug.remote_autostart =1
配置完成,可以去phpstorm 进行断点调试了;
以上是关于PHpStorm + phpstudy 断点调试配置的主要内容,如果未能解决你的问题,请参考以下文章
使用 phpStudy + VSCODE 进行 PHP 断点调试