您的位置:首页 > 编程语言 > PHP开发

PHPstorm Xdebug 调试(三张图就可以解决)

2017-04-25 18:00 357 查看
php.ini 设置

[xdebug]
zend_extension="F:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_host= localhost
xdebug.remote_port = 9000
xdebug.idekey = PHPSTORM


phpstorm 设置

打对勾



设配置

点 + ,php web application 设置下



开监听,设断点调试,!!!!!点甲壳虫!!!!!!

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: