gecko-dev/js/jsd
bzbarsky%mit.edu 83e46b1a49 Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
<nb@ipnode.info>, r=doron, sr=dmose
2003-03-19 04:35:08 +00:00
..
classes
corba
idl Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout 2003-03-19 04:35:08 +00:00
java
javawrap
jsdb
macbuild
.cvsignore
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c
jsd_hook.c
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c
jsd_scpt.c
jsd_stak.c
jsd_step.c - venkman only - 2003-01-22 05:42:35 +00:00
jsd_text.c
jsd_val.c
jsd_xpc.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:07:51 +00:00
jsd_xpc.h Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:07:51 +00:00
jsd.h
jsd.mak
jsdebug.c
jsdebug.h
jsdshell.mak
jsdstubs.c
Makefile.in
MANIFEST
mkshell.bat
README
resource.h

js/jsd contains code for debugging support for the C-based JavaScript engine 
in js/src.  jsd_xpc.cpp provides an XPCOM binding for the library.

js/jsd/jsdb is a console debugger using only native code (see README in that 
directory.)  This debugger is no longer being actively developed, though it
should work.