博客列表 >Phpstorm+Xdebug

Phpstorm+Xdebug

Y的博客
Y的博客原创
2019年01月13日 20:40:151122浏览

[XDebug]

xdebug.profiler_output_dir="D:\myphp_www\PHPTutorial\tmp\xdebug"

xdebug.trace_output_dir="D:\myphp_www\PHPTutorial\tmp\xdebug"

xdebug.enable=1

xdebug.remote_enable=1

;如果开启此,将忽略下面的 xdebug.remote_host 的参数

;xdebug.remote_connect_back=1

;自动启动,无需XDEBUG_SESSION_START=1

xdebug.remote_autostart=1 

;宿主机IP

xdebug.remote_host=localhost

xdebug.remote_port=9000

xdebug.remote_handler=dbgp

xdebug.idekey = PHPSTORM

zend_extension = D:\myphp_www\PHPTutorial\php\php-7.1.13-nts\ext\php_xdebug-2.6.1-7.1-vc14-nts.dll


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议