Xdebug 或 ZendDebugger & 记录

发布于 2024-07-13 19:12:18 字数 359 浏览 9 评论 0 原文

任何著名的 PHP 调试器都提供记录堆栈遍历的方法吗? 假设我想以某种方式存储每个类、类方法和函数的每个进入/退出的日志。

有没有办法在服务器端完成这一切(也许某种明文客户端可以自动记录每个步入/步出)?

更新:如果使用 Xdebug,我似乎会寻找某种基于 PHP 的 DBGP 客户端。 到目前为止,我发现的唯一的东西是一个 CLI 客户端,我可以使用 PHP 间接访问它(假设 PHP 运行时用户有权访问): http://candyscript.com/projects/dbgp/

Do any of the well-known PHP debuggers offer any method of logging stack traversal? Say I wanted to somehow store a log of every entry/exit of every class, class method, and function.

Is there any way to do this all on the server side (maybe some sort of plaintext client that could log every step-in/step-out automatically)?

Update: It looks like I would be looking for some sort of PHP-based DBGP client if working with Xdebug. The only thing I've found so far is a CLI client that I can access indirectly with PHP (assuming the PHP runtime user has access): http://candyscript.com/projects/dbgp/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一紙繁鸢 2024-07-20 19:12:18

我认为您所追求的可以使用 XDebug 与 KCachegrind(Linux/Unix) 或 WinCachegrind(Windows) 结合使用来实现。

我可能误解了你的问题,但要了解 KCachegrind 可以为你做什么,请看一下:
替代文本
(来源:sourceforge.net

右边你可以看到调用图。

I think what you're after can be achieved using XDebug in conjunction with KCachegrind(Linux/Unix) or WinCachegrind(Windows).

I might have misunderstood your question, but to get a glimpse of what KCachegrind can do for you have a look at this:
alt text
(source: sourceforge.net)

On the right you can see the call graph.

陌路终见情 2024-07-20 19:12:18

尝试xhprof,可用在 PECL 上,它可能会满足您的需要。

Try xhprof, available on PECL, it may do what you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文