php debug localhost,PhpStorm Debug设置

2e8a1ff16f8df7fcd6f3892747095058.png

php 环境开启xdebug (推荐学习:phpstorm)

e393b61069e29cb2edf2e6dd793ce086.png

到php.ini 下面查看下 xdebug的配置信息[xdebug]

zend_extension ="c:/wamp64/bin/php/php5.6.35/zend_ext/php_xdebug-2.5.5-5.6-vc11-x86_64.dll"

;xdebug.remote_enable = off

xdebug.profiler_enable = off

xdebug.profiler_enable_trigger = off

xdebug.profiler_output_name = cachegrind.out.%t.%p

xdebug.profiler_output_dir ="c:/wamp64/tmp"

xdebug.show_local_vars=0

xdebug.remote_autostart = 1 # 这里加上远程自动开启,可以省去在浏览器中加载xdebug插件的步骤

xdebug.idekey=phpstorm

xdebug.remote_enable = On

xdebug.remote_host=localhost

;xdebug.remote_port默认值为9000,这里需要跟phpstorm配置一致,下面有说明

xdebug.remote_port=9000

xdebug.remote_handler=dbgp

xdebug.auto_trace = On

PhpStorm 配置debug设置

Language & Frameworks > PHP > Debug (把复选框选中去掉,端口默认9000)

5e695cff5ab0dfe77570c4bd5186e025.png

Language & Frameworks > PHP > Debug > Servers (添加多个可以调试的地址)

cfd4850de60652fa298346c18dfcf2b5.png

开启PhpStorm Debug 监听连接

bdd872aad632e938d9c4c886c7325f22.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值