gecko-dev/js/jsd
cls%seawood.org a3c1dd1b09 Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
..
classes updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
corba updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
idl - not built - 2001-08-03 05:15:27 +00:00
java updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
javawrap
jsdb -- not built -- 2001-04-14 18:57:00 +00:00
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 Update REQUIRES for jsd 2001-07-20 05:33:34 +00:00
README
jsd.h Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions. 2001-08-14 07:59:59 +00:00
jsd.mak
jsd1640.def updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd1640.rc updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd3240.rc updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd_atom.c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd_high.c - not built - 2001-04-20 03:44:25 +00:00
jsd_hook.c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd_java.c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd_lock.c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd_lock.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd_obj.c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
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 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsd_text.c - not built - 2001-04-20 03:41:10 +00:00
jsd_val.c - not built - 2001-04-20 03:48:03 +00:00
jsd_xpc.cpp - not built - 2001-08-03 05:14:21 +00:00
jsd_xpc.h - not built - 2001-07-03 22:21:56 +00:00
jsdebug.c - not built - 2001-04-20 03:59:43 +00:00
jsdebug.h - not built - 2001-04-20 04:03:21 +00:00
jsdshell.mak
jsdstubs.c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
makefile.win - not built - 2001-05-04 23:44:07 +00:00
mkshell.bat
resource.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +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)