使用 Netbeans 调试 php - 新手源请求

发布于 2024-10-17 18:05:39 字数 303 浏览 12 评论 0原文

我正在使用 var_dump。到处。真是一团糟。而且很慢。我想锁定一个变量,右键单击,选择测试,它将在 IDE 窗口上显示每个周期或我的脚本的输出结果。 -

1) Netbeans 上有类似的东西吗?

2)不管这里“最好”的事情是什么,我想知道是否有人可以建议我一些关于这个主题的书籍/资源:“新手调试”?

更新: 我意识到 netbeans 确实有一些可能的集成。然而,困难的部分是考虑到集成寻找新手资源。我的意思是,我需要了解调试工具是如何工作的。真的。但我还需要了解调试是如何工作的(广义而言)。 :)

提前非常感谢。

I'm using var_dump. Everywhere. It's a mess. And slow. I would like to lock a variable, right-click, choose test, and it will show me the output results on each period or my script, on a IDE window. -

1) Does something like this exist on Netbeans ?

2) Regardless about what could the "best" thing here, am wondering, if anyone could advice me some books/resources on the subject: "Debugging for newbies" ?

Update:
I realise that netbeans does have some possible integration. The hard part, however, is that of find newbie resources considering that integration. I mean, I need to understand how the debug tool work. True. But I also need to understand how debug work (in broad general terms sort of speak). :)

Thanks a lot in advance.

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

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

发布评论

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

评论(2

冬天的雪花 2024-10-24 18:05:39

X调试。要将其配置为与 Netbeans 一起使用,请参阅此处:http://wiki.netbeans.org/HowToConfigureXDebug

XDebug. For configuring it to work with Netbeans, see here: http://wiki.netbeans.org/HowToConfigureXDebug

〗斷ホ乔殘χμё〖 2024-10-24 18:05:39

1) PHP 的调试解决方案是 XDebug。它拥有您需要的一切,例如变量检查。

2)不久前我自己也在寻找这个。所以我很确定没有这样的事情。 XDebug.org 和 Google 将为您提供帮助。

1) The debug-solution for PHP is XDebug. It got all you need, like variable inspection eg.

2) Not long ago I was searching for that myself. So I know for pretty sure there is nothing like that. XDebug.org and Google will help you.

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