PHP 代码动态调试器

发布于 2024-09-26 07:43:36 字数 101 浏览 11 评论 0 原文

我的本地主机上有一个网站,一个非常复杂的网站,有很多链接 是否有一个程序可以调试,例如,当我单击一个链接或登录时会发生什么? 并向我显示每个文件中调用的每个函数以及脚本中发生的所有事情?

i have a website on my localhost, a quite complicated one with many links
is there a program that can debug for example, what happens when i click one link?or i login, etc
and show me each function called in each file and everything that's happening with the scripts?

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

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

发布评论

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

评论(2

—━☆沉默づ 2024-10-03 07:43:36

您可以使用 Eclipse + PDTNetbeans,然后安装最新版本的 xdebug。这将允许您设置断点、检查变量等。

如果您想获得脚本/框架的整体视图,您可以使用 xdebug 能够生成的 cachegrind 文件,然后使用这些文件的查看器(例如 kcachegrind)。这将帮助您了解一个函数被调用了多少次,应用程序中最耗时的部分是什么,等等。

You can use Eclipse + PDT or Netbeans with the PHP plugin and then install a recent version of xdebug. This will allow you to set breakpoints, inspect variables, etc.

If you want to get an overall view of your script/framework you can use the cachegrind files xdebug is able to produce and then use a viewer for those files (e.g. kcachegrind). This will help you understand how many times a function is called, what the most time consuming parts of your application are, etc..

远昼 2024-10-03 07:43:36

当我单击测试调试器时,它显示调试服务器尝试连接到以下客户端主机/IP 时发生超时:192.168.0.33 和 127.0.0.1

when i click on test debugger it says A time-out occurred when the debug server attempted to connect to the following client hosts/IPs: 192.168.0.33 and 127.0.0.1

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