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.
我想知道 smarty 中是否有一些类似于 Debug 标签的工具来显示液体模板中的所有分配变量。我是 Liquid 新手,对我来说,开发几乎处于“盲模式”——我不能在模板中使用调试器,因为它不是 ruby,而且我不知道如何列出所有变量以查看发生了什么。
因此,如果有人知道这样的工具或列出所有变量的命令 - 请帮助,谢谢。
好吧,我实际上自己解决了我的问题——我写了一个小插件来检查 webtools 控制台中的环境变量。如果有人感兴趣 - 看看这里