gecko-dev/js/jsd
seawood%netscape.com bf5970191d Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-03 22:42:02 +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
MANIFEST
Makefile.in
README
jsd.h
jsd.mak Purge XP_PC. 2003-04-03 22:42:02 +00:00
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
jsdebug.c
jsdebug.h
jsdshell.mak Purge XP_PC. 2003-04-03 22:42:02 +00:00
jsdstubs.c
mkshell.bat
resource.h

README

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.