How can I make NetBeans not stop on the first line with xdebug?

混江龙づ霸主 提交于 2019-12-05 09:21:47

问题


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.


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/350966/how-can-i-make-netbeans-not-stop-on-the-first-line-with-xdebug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!