Venkman: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{msg:stub}}
{{msg:stub}}


'''Venkman''' is the Javascript debugger for Mozilla based browsers (Mozilla Suite, Netscape 7.x, and Firefox).
==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 [http://www.hacksrus.com/~ginda/venkman/ development page] at hacksrus.com. There are versions compatible with Mozilla and Firefox.
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].
==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.hacksrus.com/~ginda/venkman/ Development page] at hacksrus.com
*[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
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].

Revision as of 13:46, 31 December 2004

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

See also