pjs/js/jsd
scc%mozilla.org da68f3ed78 bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
..
classes
corba
idl -- not built -- 2001-09-01 18:03:53 +00:00
java
javawrap
jsdb
macbuild Get the JS debugger building on Mac. Not part of the build. 2001-05-02 22:15:28 +00:00
.cvsignore
MANIFEST
Makefile.in Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
README
jsd.h bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd.mak
jsd1640.def
jsd1640.rc bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd3240.rc bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_atom.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_high.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_hook.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_java.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_lock.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_lock.h bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_obj.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_scpt.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_stak.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_step.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_text.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_val.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsd_xpc.cpp - venkman only - 2001-09-06 01:34:44 +00:00
jsd_xpc.h - venkman only - 2001-09-05 21:29:59 +00:00
jsdebug.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsdebug.h bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
jsdshell.mak
jsdstubs.c bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
makefile.win - not built - 2001-05-04 23:44:07 +00:00
mkshell.bat
resource.h bug #98089: ripped new license 2001-09-19 22:39:41 +00:00

README

/* jband - 10/26/98 -  */

js/jsd contains code for debugging support for the C-based JavaScript engine 
in js/src.

Currently the makefiles are for Win32 only (using MS nmake.exe from MSDEV 4.2).
jsd.mak will build a standalone dll. jsdshell.mak will build the dll and also
a version of the js/src/js.c shell which will launch a Java VM and run the 
JavaSript Debugger (built in js/jsdj). This version assumes that you have a 
JRE compatible JVM installed. Only Windows is supported for this Java-based 
debugging.

The makefile assumes that the jdk/include directory is part of the path
in your 'include' environment variable so that is can find jni.h.

Though only Windows makefiles are supplied, the basic code in js/jsd should 
compile for other platforms -- it is a newer version of code that builds and 
ships with Communicator 4.x on many platforms.

js/jsd/jsdb is a console debugger using only native code (see README in that 
directory)