标签:
问题描述:
使用Eclipse+PDT+xdebug调试PHP程序时,总是在程序的第一行(首行)自动断点,不方便调试。
解决方法:
分别在下面3个位置配置,取消 Break at First Line
设置完成后如果不行就重启Eclipse。
参考资料:
http://stackoverflow.com/questions/9071397/eclipse-and-zend-debugger-breaks-in-the-first-line-always-despite-having-unchec
http://stackoverflow.com/questions/11324156/prevent-xdebug-to-break-at-first-line-of-index-file
用Eclipse+xdebug调试PHP总是在首行自动断点解决方法
标签:
原文地址:http://www.cnblogs.com/fuckcnblogs/p/5373966.html