Venkman
Encyclopedia
Venkman is the JavaScript
JavaScript
JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles....

 debugger
Debugger
A debugger or debugging tool is a computer program that is used to test and debug other programs . The code to be examined might alternatively be running on an instruction set simulator , a technique that allows great power in its ability to halt when specific conditions are encountered but which...

 component of the Mozilla Application Suite
Mozilla Application Suite
The Mozilla Application Suite is a cross-platform integrated Internet suite. Its development was initiated by Netscape Communications Corporation, before their acquisition by AOL. It is based on the source code of Netscape Communicator...

. It is also available as a Mozilla Firefox extension. Venkman is named after the character Dr. Peter Venkman
Peter Venkman
Peter Venkman, Ph.D. is a fictional character from the Ghostbusters franchise. He is a parapsychologist and member of the Ghostbusters, appearing in the films Ghostbusters and Ghostbusters II and in the animated television series The Real Ghostbusters...

 played by Bill Murray
Bill Murray
William James "Bill" Murray is an American actor and comedian. He first gained national exposure on Saturday Night Live in which he earned an Emmy Award and later went on to star in a number of critically and commercially successful comedic films, including Caddyshack , Ghostbusters , and...

 in the movies Ghostbusters
Ghostbusters
Ghostbusters is a 1984 American science fiction comedy film directed by Ivan Reitman and written by Dan Aykroyd and Harold Ramis. The film stars Bill Murray, Dan Aykroyd, Sigourney Weaver, Harold Ramis, and Rick Moranis and follows three eccentric parapsychologists in New York City, who start a...

and Ghostbusters II
Ghostbusters II
Ghostbusters II is a 1989 science fiction comedy film produced and directed by Ivan Reitman. It is the sequel to the 1984 film Ghostbusters and follows the further adventures of a group of parapsychologists and their organization which combats paranormal activities...

.

History

In 1998, John Bandhauer was in charge of creating the Netscape 4x
Netscape Communicator
Netscape Communicator was an Internet suite produced by Netscape Communications Corporation. Initially released in June 1997, Netscape Communicator 4.0 was the successor to Netscape Navigator 3.x and included more groupware features intended to appeal to enterprises.- Editions :Netscape...

 JavaScript
JavaScript
JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles....

 debugger. In order to keep things modular, he began by creating a mid-level JavaScript debugging application programming interface
Application programming interface
An application programming interface is a source code based specification intended to be used as an interface by software components to communicate with each other...

 (API) known as js/jsd. This API augments the existing JavaScript API, providing clients with a useful set of debugger functionality implemented in C
C (programming language)
C is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system....

. John then went on to reflect that API into Java, and create his cross-platform
Cross-platform
In computing, cross-platform, or multi-platform, is an attribute conferred to computer software or computing methods and concepts that are implemented and inter-operate on multiple computer platforms...

 front end
Debugger
A debugger or debugging tool is a computer program that is used to test and debug other programs . The code to be examined might alternatively be running on an instruction set simulator , a technique that allows great power in its ability to halt when specific conditions are encountered but which...

, eventually producing Netscape
Netscape
Netscape Communications is a US computer services company, best known for Netscape Navigator, its web browser. When it was an independent company, its headquarters were in Mountain View, California...

 JavaScript Debugger 1.0 and 1.1.

In April 2001, Robert Ginda began work on a JavaScript debugger for Mozilla, called Venkman. Venkman builds on the js/jsd portion of John's 1998 work, exposing it as an XPCOM
XPCOM
XPCOM is a cross-platform component model from Mozilla. It is similar to Microsoft COM and CORBA. It has multiple language bindings and IDL descriptions so programmers can plug their custom functionality into the framework and connect it with other components.-The model:XPCOM is one of the main...

 component. This allows the user interface
User interface
The user interface, in the industrial design field of human–machine interaction, is the space where interaction between humans and machines occurs. The goal of interaction between a human and a machine at the user interface is effective operation and control of the machine, and feedback from the...

 be written in JavaScript
JavaScript
JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles....

 and XUL
XUL
In computer programming, XUL , the XML User Interface Language, is an XML user interface markup language developed by the Mozilla project. XUL operates in Mozilla cross-platform applications such as Firefox...

, which allows Venkman to be fully cross platform.

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK