Venkman: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
Line 8: Line 8:


There's no official Thunderbird version yet ([https://bugzilla.mozilla.org/show_bug.cgi?id=276075 bug 276075]), but Rob North changed Firefox version to work on Thunderbird 0.9/1.0 [http://www.zen8134.zen.co.uk.nyud.net:8090/Venkman.html].
There's no official Thunderbird version yet ([https://bugzilla.mozilla.org/show_bug.cgi?id=276075 bug 276075]), but Rob North changed Firefox version to work on Thunderbird 0.9/1.0 [http://www.zen8134.zen.co.uk.nyud.net:8090/Venkman.html].
You can download Nvu version [http://glazman.org/nvu/releases/extensions/ here].


==See also==
==See also==
*[http://www.mozilla.org/projects/venkman/ Project page] at mozilla.org
*[http://www.mozilla.org/projects/venkman/ Project page] at mozilla.org
*[http://www.svendtofte.com/code/learning_venkman/ "Learning the JavaScript debugger Venkman"] by Svend Tofte
*[http://www.svendtofte.com/code/learning_venkman/ "Learning the JavaScript debugger Venkman"] by Svend Tofte

Revision as of 21:23, 18 February 2005

What is Venkman

Venkman is the Javascript debugger for Mozilla based applications (Mozilla Suite, Netscape 7.x, Firefox and Thunderbird).

Getting Venkman

It is an installer option in the Mozilla Suite; you can get the latest version and the XPI file for Firefox from its development page at hacksrus.com. There are versions compatible with Mozilla and Firefox.

There's no official Thunderbird version yet (bug 276075), but Rob North changed Firefox version to work on Thunderbird 0.9/1.0 [1].

You can download Nvu version here.

See also