Nathan H
Nathan H

Reputation: 49451

Equivalent of Firebug for Thunderbird

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

Upvotes: 9

Views: 2425

Answers (2)

johnjbarton
johnjbarton

Reputation: 1857

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

Upvotes: 5

speedball2001
speedball2001

Reputation: 947

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.

Upvotes: 0

Related Questions