如何使用 xdebug 使 NetBeans 不停止在第一行?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
工具-> 选项-> php-> 调试-> 取消选中“在第一行停止”-> 申请-> 好的。
Tools -> Options -> Php -> Debugging -> Uncheck "Stop at first line" -> Apply -> OK.
我刚刚找到了答案,您转到“工具”>“ 选项> PHP(部分)并且有一个“在第一行停止”的复选框
I just found my answer, you go to Tools > Options > PHP (section) and there is a checkbox for "stop at the first line"
对于 Mac 用户,您可以转到 Netbeans > 首选项...并在 PHP 部分下找到它
For Mac users, you go to the Netbeans > Preferences... and find it under the PHP section