ini xampp_xdebug_php.ini
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini xampp_xdebug_php.ini相关的知识,希望对你有一定的参考价值。
[xdebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;PHPSTORM
xdebug.idekey="PHPSTORM"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
;
xdebug.remote_autostart=0
;xdebug.remote_enable = 0
xdebug.remote_enable = on
xdebug.remote_handler = "dbgp"
;localhost
xdebug.remote_host = "localhost"
;9000
xdebug.remote_port=9001
;
xdebug.remote_mode=req
xdebug.trace_output_dir = "C:\xampp\tmp"
xdebug.max_nesting_level=250
xdebug.var_display_max_depth=10
xdebug.cli_color=1
以上是关于ini xampp_xdebug_php.ini的主要内容,如果未能解决你的问题,请参考以下文章
centos下php.ini配置项
在Delphi下,怎样在DLL里读取ini文件的内容
vb读写ini文件
在Delphi下,如何在DLL里攫取ini文件的内容
delphi同步读取ini文件
pycharm新建ini文件或创建ini文件失败