代码审计 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

hackbar 被禁用
about:config
xpinstall.signatures.required false

浙公网安备 33010602011771号