gecko-dev/js/jsd
timeless%mozdev.org c77df217d1 Visual Age properly complained about C++ comments in a C file
fixing.
2005-08-02 18:46:14 +00:00
..
classes
corba
idl Bug 281137 Add profiling column for functions excluding other functions running 2005-08-02 15:53:59 +00:00
java
javawrap
jsdb
.cvsignore
Makefile.in Static build bustage from bug 288955 - MODULE_NAME is incompatible with FORCE_SHARED_LIB in static builds. 2005-04-05 18:26:06 +00:00
README
jsd.h Bug 281137 Add profiling column for functions excluding other functions running 2005-08-02 15:53:59 +00:00
jsd.mak
jsd.pkg
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c
jsd_hook.c
jsd_java.c remove XP_MAC stuff from js. b=281889 r=brendan a=brendan 2005-07-07 22:35:40 +00:00
jsd_lock.c
jsd_lock.h
jsd_obj.c
jsd_scpt.c Bug 281137 Add profiling column for functions excluding other functions running 2005-08-02 15:53:59 +00:00
jsd_stak.c
jsd_step.c Visual Age properly complained about C++ comments in a C file 2005-08-02 18:46:14 +00:00
jsd_text.c
jsd_val.c
jsd_xpc.cpp Bug 281137 Add profiling column for functions excluding other functions running 2005-08-02 15:53:59 +00:00
jsd_xpc.h
jsdebug.c Bug 281137 Add profiling column for functions excluding other functions running 2005-08-02 15:53:59 +00:00
jsdebug.h Bug 281137 Add profiling column for functions excluding other functions running 2005-08-02 15:53:59 +00:00
jsdshell.mak
jsdstubs.c remove XP_MAC stuff from js. b=281889 r=brendan a=brendan 2005-07-07 22:35:40 +00:00
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.