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 应用程序中有一个经常更改的变量,我想调试它以使其继续执行,直到变量更改为特定值(在本例中为布尔值 true)。我听说这可以用表情来完成?真的?
那是一个条件断点。通过单击装订线在编辑器中设置断点。然后右键单击它并在 PHP 中键入条件。