Venkman -- js调试工具


工具名称: Venkman
下载地址: www.mozilla.org/projects/venkman/
作者: Robert Ginda
[quote]
 Venkman is based on the Mozilla JavaScript debugging
API known as js/jsd. The js/jsd API formed the basis of the Netscape JavaScript Debugger 1.1
that was available for the 4.x series of Netscape browsers.
Once you’ve installed it, you can start Venkman from the Tools ➤ JavaScript Debugger
menu item from within Firefox. Figure 2-17 shows the default layout for Venkman.
Venkman offers a plethora of information, divided into eight panes. The default layout
consists of a large pane showing the selected source code. Smaller panes are arranged
vertically on the left side of the window. Venkman’s command-line interface resides on
the bottom of the window under the Source Code pane.
You can drag each pane with the mouse and dock them at other locations within the
main window. You can also add each pane as a separate tab to an existing pane. For
example, referring to Figure 2-17, to make the Loaded Scripts tab exist within the Local
Variables pane, drag and drop the Loaded Scripts tab to the Local Variables tab. You can
also undock the panes from the main window by clicking the docking button located on
the left side of the pane’s title bar. Docking the pane back to the main window is as easy as
clicking the docking button again.
As you work with Venkman, you’ll get a feel for the panes that you use most often. Close
the panes you don’t often use by clicking the X button on the right side of the pane’s title
bar. You can reopen panes by selecting View ➤ Show/Hide. If at any time you want to
return the pane layout to the default setting, enter “/restore-layout factory” at the commandline
interface in the Interactive Session pane.
[/quote]

-- 摘自 Apress Pro Ajax and Java Frameworks

你可能感兴趣的:(JavaScript,Ajax,firefox)