timeless%mac.com 21c081c8bc Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst


git-svn-id: svn://10.0.0.236/trunk@111049 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-23 23:23:41 +00:00
..

/* jband - 09/14/98 -  */

js/jsdj contains virtually all of the Java code for JavaScript Debugging
(native parts of the code for JavaScript can be found in js/jsd).

This includes the full source to Netscape JavaScript Debugger, adapter parts,
jslogger, a simple console debugger, a test system, and some build tools.

The notable subdirs are:

build         - stuff to build the code
classes       - trees of source files
dist          - generated output dir
doc           - some documents
ifcui         - auxilary pieces of the JavaScript Debugger
jslogger      - auxilary pieces of a smaple JavaScript logging app
stub_classes  - stubbed out mozilla classes to allow standalone debugging
test          - a place for subsystem tests

The source to the debugger lives in:
    jsdj/classes/com/netscape/jsdebugging/ifcui

All building is done in:
    jsdj/build