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