PHpStorm + phpstudy 断点调试配置

步骤:

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

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



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

xdebug.remote_enable =1

xdebug.remote_autostart =1 




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