代码审计 phpstorm+xdebug+chrome配置

 

 

phpstudy 会自带Xdebug   扩展设置开启Xdebug

 

https://blog.csdn.net/lpwmm/article/details/86369205 Xdebug 安装

 

 

php.ini 配置

[XDebug]
zend_extension="E:\phpstudy\PHPTutorial\php\php-7.0.12-nts\ext\php_xdebug.dll";修改为你的php xdebug dll 路径
xdebug.remote_enable =1
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.remote_host=127.0.0.1
xdebug.remote_port = 9000
xdebug.idekey=PHPSTORM

 

xdebug helper chrome插件 v1.4.3

http://www.downza.cn/soft/211550.html

插件开发展选择解压包安装

 

phpstorm 配置

File-Settings->Languages&Frameworks -> php servers

php 运行配置

servers

 

 debug 默认

 

debug 下 BGGP proxy

 

 

 run配置

 菜单run -> Edit -> web pages

 

 

视频配置教程:https://v.youku.com/v_show/id_XMzQ0MDEyMjcyOA.html?refer=seo_operation.liuxiao.liux_00003303_3000_Qzu6ve_19042900

 

hackbar 被禁用

about:config

xpinstall.signatures.required   false

 

posted @ 2019-06-12 11:11  0xdd  阅读(59)  评论(0)    收藏  举报