Venkman: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(add categories)
No edit summary
Line 1: Line 1:
{{msg:stub}}
==What is Venkman==
==What is Venkman==
'''Venkman''' is the Javascript debugger for Mozilla based applications (Mozilla Suite, Netscape 7.x, Firefox and Thunderbird).
Venkman is Mozilla-based [[Javascript]] debugger.


==Getting Venkman==
==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.
Venkman is an installer option in the [[Mozilla Suite]]; you can get the latest version and the XPI file for [[Firefox]] from the [http://www.hacksrus.com/~ginda/venkman/ development page] at hacksrus.com.


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].
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
{{msg:stub}}


[[Category:Development]] [[Category:Development tools]]
[[Category:Development]] [[Category:Development tools]]

Revision as of 12:46, 2 March 2005

What is Venkman

Venkman is Mozilla-based Javascript debugger.

Getting Venkman

Venkman is an installer option in the Mozilla Suite; you can get the latest version and the XPI file for Firefox from the development page at hacksrus.com.

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