PHpStorm + phpstudy 断点调试配置

 

步骤:

   phpstudy     其他菜单 ->打开配置文件 ->打开 php.ini ->找到 XDebug ->XDebug修改成下面文字

[XDebug]

;红色  (1)代表 phpStudy安装路径  (2) php版本  

zend_extension="F:\phpStudy\PHPTutorial\php\php-7.0.12-nts\ext\php_xdebug.dll"   

xdebug.remote_enable =1

xdebug.remote_autostart =1 

 

配置完成,可以去phpstorm 进行断点调试了;

 

posted @ 2019-04-13 14:51  hope_xu  阅读(1180)  评论(0编辑  收藏  举报