PHP 调试包的用途

Purpose of PHP Debug Pack

官方 php 站点的下载下列出了 debug pack

它是否适用于 php core/runtime 的开发人员并因此调试 php 本身? 或者它是为一般 php 站点开发人员受众设计的,因此可以调试您网站上的 *.php 文件(使用 xdebug 等)?

here 所述,它适用于 PHP 的开发者。

I believe it allows you to hook in a debugger for the purpose of hunting down bugs and/or it dumps debugging information when something goes awry. For most bugs, you can just provide a piece of code to reproduce the problem so most bugs do not need that kind of attention.