??????php xdebug?????????????????????????????????webgrind for windows

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了??????php xdebug?????????????????????????????????webgrind for windows相关的知识,希望对你有一定的参考价值。

?????????server   eve   ??????   mil   static   ??????   tps   ??????   evel   

??????php xdebug?????????????????????????????????webgrind for windows 

?????????:??????php???????????????

phpinfo();

??????????????????

????????? x86 NTS VC14

 

?????????: ??????xdebug

?????? https://xdebug.org/ 

 ??????????????????

 

??????????????????

?????????:

????????????, ??????php???/ext ????????????

 ??????????????????

?????????: php.ini ????????????

 ??????????????????

??????????????????:

[Xdebug]    

;??????Xdebug???????????????????????????

zend_extension="C:Appphpphpphp-7.0.12-ntsextphp_xdebug-2.7.0alpha1-7.0-vc14-nts.dll"

;???????????????????????????,???????????????

xdebug.max_nesting_level=50

;????????????????????????    

xdebug.profiler_enable=On  

;????????????????????????    

xdebug.auto_trace=on  

;??????????????????????????????????????????    

xdebug.collect_params=On  

;????????????????????????????????????    

xdebug.collect_return=On  

;???????????????????????????????????????    

xdebug.trace_output_dir="C:Appphpdebug"  

;???????????????????????????????????????    

xdebug.profiler_output_dir="C:Appphpdebug"

;??????

xdebug.profiler_append=1

;???????????????????????????

;xdebug.profiler_output_name = "cachegrind.out.%c"  

xdebug.profiler_output_name = "cachegrind.out.%s"  

;????????????????????????

xdebug.remote_enable = On

;??????  

xdebug.remote_port=9000  

;??????????????????

xdebug.remote_host = 127.0.0.1

;??????????????????????????? ???????????????1023

xdebug.var_display_max_depth = 10  

;???require,include??????????????????????????????????????????

xdebug.collect_includes=1

;????????????

xdebug.default_enable=1

;??????????????????

xdebug.dump.SERVER=REQUEST_METHOD

;??????GET????????????

xdebug.dump.GET=*

;??????POST????????????

xdebug.dump.POST=*

;??????COOKIE

;xdebug.dump.COOKIE=*

;??????UA

;xdebug.dump.SERVER=HTTP_USER_AGENT

 

????????????????????????

?????????: ??????

 ??????????????????

???????????????xdebug???????????????????????????

xdebug ?????????????????? webgrind v1.5

????????????: https://github.com/jokkedk/webgrind

???????????????????????????????????? , ????????????

 ??????????????????

??????config.php ??????

 static $storageDir = ???C:/App/php/debug???; // ?????????xdebug xdebug.profiler_output_dir ???????????????

 ??????????????????

??????????????????

?????????????????????, ??????webgrind?????????, ??????

 ??????????????????

/END

 


以上是关于??????php xdebug?????????????????????????????????webgrind for windows的主要内容,如果未能解决你的问题,请参考以下文章

phpstorm+Xdebug断点调试PHP

php调试工具xdebug的使用windows

markdown [安装Xdebug]在Valet上为PHP 7.2安装Xdebug #valet #php #test #xdebug

php安装xdebug调试的问题。。

Linux下用Xdebug调试php

php扩展之xdebug配置