JavaScript Debugging

NEWSFLASH... The JS debugger for Mozilla is: Venkman.

Overview

The JavaScript Debugging project includes a cross platform debugging support module for the Netscape JavaScript engine, a Java-based GUI debugger for JavaScript, a JavaScript logging tool, and a console debugger. Work is beginning on a new debugger, written in JavaScript, for the XPFE/NGLayout Mozilla.

Parts

Getting and building the code

The sources are available via CVS.

Check out the JavaScript engine and all the debugging source using:
    cvs co -P mozilla/js

Instructions for building are in:
    js/jsd/README
    js/jsdj/build/README
    js/jsd/jsdb/README

Documents


John Bandhauer