如何使用 xdebug 使 NetBeans 不停止在第一行?

发布于 2024-07-10 03:38:38 字数 113 浏览 6 评论 0原文

我正在使用 NetBeans 6.5 来开发 PHP,并且我有 xdebug 设置。 有没有办法告诉它不要在每个请求时停止在文件的第一行? JIT 模式无法解决此问题,因为我不希望它在捕获到的每个异常上停止。

I'm using NetBeans 6.5 for developing PHP and I have xdebug setup. Is there a way I can tell it not to stop on the first line of the file on every request? JIT mode won't fix this because I don't want it to stop on every exception that I catch.

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

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

发布评论

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

评论(3

故人如初 2024-07-17 03:38:39

工具-> 选项-> php-> 调试-> 取消选中“在第一行停止”-> 申请-> 好的。

输入图片此处描述

在此处输入图像描述

Tools -> Options -> Php -> Debugging -> Uncheck "Stop at first line" -> Apply -> OK.

enter image description here

enter image description here

月朦胧 2024-07-17 03:38:38

我刚刚找到了答案,您转到“工具”>“ 选项> PHP(部分)并且有一个“在第一行停止”的复选框

I just found my answer, you go to Tools > Options > PHP (section) and there is a checkbox for "stop at the first line"

影子的影子 2024-07-17 03:38:38

对于 Mac 用户,您可以转到 Netbeans > 首选项...并在 PHP 部分下找到它

For Mac users, you go to the Netbeans > Preferences... and find it under the PHP section

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