https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d3eefd8bf5a8718aff5b2d369feec370bbdd5a49 authored by ffxbld on 04 January 2012, 18:29:21 UTC
Added tag FENNEC_10_0b3_BUILD2 for changeset 7fe8b64e4a5f. CLOSED TREE a=release
Tip revision: d3eefd8
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.
back to top