mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
.. | ||
classes | ||
corba | ||
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 | ||
jsd_text.c | ||
jsd_val.c | ||
jsd.h | ||
jsd.mak | ||
jsdebug.c | ||
jsdebug.h | ||
jsdshell.mak | ||
jsdstubs.c | ||
Makefile.in | ||
makefile.win | ||
MANIFEST | ||
mkshell.bat | ||
README | ||
resource.h |
/* 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. 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)