phpstorm xdebug

时间:2021-09-02 14:36:37   收藏:0   阅读:17

技术分享图片

 1.phpstorm设置 

技术分享图片

 

 技术分享图片

 

 

 

技术分享图片

 

 

技术分享图片

 

 

 

 

php.ini 配置文件最后一行加上如下

 

zend_extension = D:\phpstudy\Extensions\php\php5.5.9nts\ext\php_xdebug.dll
xdebug.remote_enable =1
xdebug.remote_handler = dbgp
xdebug.remote_host = localhost
xdebug.remote_mode = req
xdebug.remote_port = 9000
xdebug.idekey=PHPSTORM

 

 技术分享图片

 

 

 

 

xdebug扩展打开、phpstudy设置

 

技术分享图片

 

原文:https://www.cnblogs.com/wengzx/p/15213885.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!