RetroZilla/js/jsd
Ryan Nematz 2f2ae146c0 first commit 2015-10-20 23:03:22 -04:00
..
idl first commit 2015-10-20 23:03:22 -04:00
Makefile.in first commit 2015-10-20 23:03:22 -04:00
README first commit 2015-10-20 23:03:22 -04:00
jsd.h first commit 2015-10-20 23:03:22 -04:00
jsd.mak first commit 2015-10-20 23:03:22 -04:00
jsd.pkg first commit 2015-10-20 23:03:22 -04:00
jsd1640.def first commit 2015-10-20 23:03:22 -04:00
jsd1640.rc first commit 2015-10-20 23:03:22 -04:00
jsd3240.rc first commit 2015-10-20 23:03:22 -04:00
jsd_atom.c first commit 2015-10-20 23:03:22 -04:00
jsd_high.c first commit 2015-10-20 23:03:22 -04:00
jsd_hook.c first commit 2015-10-20 23:03:22 -04:00
jsd_java.c first commit 2015-10-20 23:03:22 -04:00
jsd_lock.c first commit 2015-10-20 23:03:22 -04:00
jsd_lock.h first commit 2015-10-20 23:03:22 -04:00
jsd_obj.c first commit 2015-10-20 23:03:22 -04:00
jsd_scpt.c first commit 2015-10-20 23:03:22 -04:00
jsd_stak.c first commit 2015-10-20 23:03:22 -04:00
jsd_step.c first commit 2015-10-20 23:03:22 -04:00
jsd_text.c first commit 2015-10-20 23:03:22 -04:00
jsd_val.c first commit 2015-10-20 23:03:22 -04:00
jsd_xpc.cpp first commit 2015-10-20 23:03:22 -04:00
jsd_xpc.h first commit 2015-10-20 23:03:22 -04:00
jsdebug.c first commit 2015-10-20 23:03:22 -04:00
jsdebug.h first commit 2015-10-20 23:03:22 -04:00
jsdshell.mak first commit 2015-10-20 23:03:22 -04:00
jsdstubs.c first commit 2015-10-20 23:03:22 -04:00
mkshell.bat first commit 2015-10-20 23:03:22 -04:00
resource.h first commit 2015-10-20 23:03:22 -04:00

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.