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.
我已经开发了一些使用 cakePHP 作为框架的网站,并且喜欢调试和退出代码来阻止一切运行,这样我就可以轻松地检查正在呈现的变量。
Magento 中是否有等价物可以让我在该点运行之后停止所有内容并按原样呈现页面?
我刚开始使用下面的代码来解决一些眼前的问题;
var_dump($var_of_interest); exit();