Debug php with xdebug over AMFPHP

孤街醉人 提交于 2019-12-12 02:28:35

问题


I'm using WAMP Server 2.2, which practically comes with xdebug already on. I managed to start a debug fine using NetBeans 7.1. My problem is that its not actually the breakpoints that I mark on the application that starts the debug. It is always the index.php from AMFPHP. Am I doing something wrong? Does anyone uses xdebug and AMFPHP? Any tips? Thanks.


回答1:


Netbeans and other IDEs will always break on the first line of the script. There is an option to turn at off:

Go to Tool-> Options-> PHP-> General and uncheck Stop at first line.



来源:https://stackoverflow.com/questions/9434172/debug-php-with-xdebug-over-amfphp

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