假设我想知道 list.phtml 中 $_productCollection 的输出。当然,我可以简单地使用 var_dump($_productCollection) 或 print_r($_productCollection) 并显式加载 list.phtml 然后从浏览器访问它。然而,这不是我需要的。
为了跟踪 Magento 代码的行为,我需要当场知道每个代码的输出(无需通过浏览器访问它来查看输出)。有可能这样做吗?
我尝试了 eclipse 和 netbeans,但我不知道如何查看任何文件中任何代码的输出。有人可以指导我如何实现这一目标吗?
非常感谢任何帮助。