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.
我开始欣赏 google app 脚本编辑环境中的调试功能,但是我注意到我似乎无法选择客户端 javascript 函数在 html 页面中进行调试,如图所示
有没有办法解决这个问题?目前我想我只是要破解并观看错误消息......
不幸的是,除了控制台日志之外,没有其他好的方法来调试客户端 Web UI。正如您所指出的,JavaScript/DOM 是重新编写的,因此您不能使用标准的 Chrome 调试工具。
有时,您可以在从 Google 应用脚本提供的 HTML 页面中的 javascript 中嵌入警报,但有时警报不会显示。我不知道为什么。当他们工作时,他们很棒。我从未在 javascript 中看到任何来自 Logger.log 或 console.log 语句的输出。