开发者

Equivalent of Firebug for Thunderbird

开发者 https://www.devze.com 2023-01-27 17:04 出处:网络
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 (Thunde开发者_高级运维rbird).

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 (Thunde开发者_高级运维rbird).

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...


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消