xdebug在PHPSTORM中的配置
php的配置:开启xdebug
在php.ini文件的xdebug配置部分加入如下配置选项。主要的含义是设置phpstorm调试客户端的地址、端口号和表示等。xdebug.remote_enable = on xdebug.auto_trace = on xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.idekey=PHPSTORM
配置完成后,打开phpstorm,设置(setting)php的解析器,此时应可以看到已安装了xdebug扩展,否则检查配置文件。
2.调试单个PHP文件
调试单个PHP文件,需要配置DBgp参数,与xdebug的配置参数一致即可。如下图所示。
之后在run>edit configurations中选择php script即可调试单个php文件。
相关推荐
chenhaimeimeng 2020-09-15
icysonyk 2020-09-15
codeDig 2020-09-15
chenhailong 2015-08-21
歪脖子先生 2019-04-01
hhxpnzdnh 2019-07-01
xiaocainiao0 2019-07-01
hhxpnzdnh 2019-07-01
臻心依旧 2019-06-30
chinaitv 2019-06-28
lemonzhangyan 2020-09-17
RemixGdc 2020-08-15
nicelife 2020-06-27
zhaowj00 2020-06-06
缘起宇轩阁 2020-04-22
xiaocainiao0 2020-04-22
nicelife 2020-03-26
poplpsure 2020-02-10