Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top