Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有带有 CodeIgniter 和 Xdebug 的 Netbeans。
每次它在循环中停止在 index.php 上。每次点击前进一步很慢。有没有办法让它运行直到找到断点?
感谢@RiggsFolly 和@Phil,解决方案很简单。你需要去
工具 > 选项 > 选择 Php > 调试选项卡,然后取消选择:Stop at First Line。