首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

#xdebug

无法激活“PHP Xdebug”扩展?

卖女孩的火柴There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy.
将Xdebug模块文件放入PHP安装目录/ext文件夹中,接着我们在PHP配置文件php.ini中追加如下配置内容: [Xdebug] ;指定Xdebug扩展文件的绝对路径 zend_extension="C:\xampp\php\ext/php_xdebug.dll" ;启用性能检测分析 xdebug.profiler_enable=on ;启用代码自动跟踪 xdebug.auto_trace=on ;允许收集传递给函数的参数变量 xdebug.collect_params=on ;允许收集函数调用的返回值 xdebug.collect_return=on ;指定堆栈跟踪文件的存放目录 xdebug.trace_output_dir="D:/debug" ;指定性能分析文件的存放目录 xdebug.profiler_output_dir="D:/debug" xdebug.profiler_output_name = cachegrind.out.%t.%p ... 展开详请

Waiting For Connection (netbeans-xdebug) ?

领券