Thunderbird 的 Firebug 的等效项
当我构建新闻通讯并将其发送给自己作为测试时,我希望能够在我的电子邮件客户端 (Thunderbird) 中分析生成的 HTML。
有没有类似于 Firebug 但适用于 Thunderbird 的工具?我找到了一个名为“DOM Inspector”的工具,但它非常弱且难以使用......
When I build a newsletter and send it to myself as a test, I would like to be able to analyze the resulting HTML in my email client (Thunderbird).
Is there a tool similar to Firebug but for Thunderbird? I found one called "DOM Inspector" but it is pretty weak and hard to use...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道的最接近的是 Venkman,Javascript 调试器 (http://www.mozilla.org/projects/venkman/)。
我实际上确实喜欢 DOM 检查器,“编辑 -> 通过单击选择元素”菜单对于查找有关 chrome 特定部分的信息有很大帮助。
The closest I know is Venkman, the Javascript Debugger (http://www.mozilla.org/projects/venkman/).
I actually do like the DOM Inspector, the "Edit -> Select Element by Click" menu helps a lot with finding information about a particular part of the chrome.
Chromebug 通常适用于 XUL 应用程序,我最近在 Thunderbird 上尝试过。这是我们用来调试 Firebug 的程序。
http://getfirebug.com/wiki/index.php/Chromebug_User_Guide
您最想要的最近的 1.7X.0a 版本。
杰杰布
Chromebug works on XUL applications generally and I recently tried it on Thunderbird. This is the program we use to debug Firebug.
http://getfirebug.com/wiki/index.php/Chromebug_User_Guide
You want the most recent 1.7X.0a build.
jjb