1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/jsd/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +js/jsd contains code for debugging support for the C-based JavaScript engine 1.5 +in js/src. jsd_xpc.cpp provides an XPCOM binding for the library. 1.6 + 1.7 +js/jsd/jsdb is a console debugger using only native code (see README in that 1.8 +directory.) This debugger is no longer being actively developed, though it 1.9 +should work.