1 ,首先配置xdbug 本人使用phpstudy 集成环境xdbug已集成好了 ,修改php.ini中 xDbug配置
[XDebug]
xdebug.profiler_output_dir="E:\phpstudy\tmp\xdebug"
xdebug.trace_output_dir="E:\phpstudy\tmp\xdebug"
xdebug.show_local_vars=0
xdebug.idekey=PHPSTORM
xdebug.remote_enable = On
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_autostart=off
zend_extension="E:\phpstudy\php\php-7.0.12-nts\ext\php_xdebug.dll"
zend_extension="E:\phpstudy\php\php-7.0.12-nts\ext\php_xdebug.dll"
2,配置phpstorm
打开 file->setting->Languages&Frameworks ->php ->Dbug 配置DBGPSProxy
2 配置server
3编辑运行config
此处有点不明白的是 为什么配置的不能在整站使用?
4 安装谷歌扩展,并设置选项