How to prevent Netbeans 8 from stopping on the first line when debugging a PHP Application

做~自己de王妃 提交于 2020-01-15 18:51:31

问题


I'm working on a PHP application for a web server in Netbeans 8.0.1. I've installed XAMP/Apache Server/XDebug and can run and debug the application. When I debug the project in Netbeans, the debugger breaks at the beginning of each php file. This is very annoying and interrupts the process of debugging. How can I disable this feature?


回答1:


Go to Netbeans -> Tools -> Options -> PHP -> Debugging, and uncheck the 'Stop at First Line' checkbox.



来源:https://stackoverflow.com/questions/28528819/how-to-prevent-netbeans-8-from-stopping-on-the-first-line-when-debugging-a-php-a

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