gecko-dev/js/jsd
rginda%netscape.com 5ab2adfee9 - not built -
add jsdIEphemeral interface, inherit from it in interfaces that need to.
2001-07-03 22:22:58 +00:00
..
classes
corba
idl - not built - 2001-07-03 22:22:58 +00:00
java
javawrap
jsdb
macbuild
.cvsignore
MANIFEST
Makefile.in Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
README
jsd.h fix ports bustage 2001-05-15 07:42:58 +00:00
jsd.mak
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 - not built - 2001-05-13 21:07:03 +00:00
jsd_stak.c - not built - 2001-05-04 21:57:43 +00:00
jsd_step.c
jsd_text.c
jsd_val.c
jsd_xpc.cpp - not built - 2001-07-03 22:19:04 +00:00
jsd_xpc.h - not built - 2001-07-03 22:21:56 +00:00
jsdebug.c
jsdebug.h
jsdshell.mak
jsdstubs.c
makefile.win - not built - 2001-05-04 23:44:07 +00:00
mkshell.bat
resource.h

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)