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.
在我的 php 代码中创建断点的最佳方法是什么?我应该使用什么调试器?我正在使用带有 wamp 服务器的 Dream Weaver cs5。
我想通过添加断点来检查我的代码是否在运行时执行了某些功能/代码。另请提及如何使用该调试器。
看看Xdebug
查看DBG ,您可以在IDE 中设置断点,您可以通过放置将调用 IDE 的 DebugBreak() 来嵌入断点,最后您可以设置调试器以触发错误或某些异常(调试器的 jit 设置)