https://github.com/mozilla/gecko-dev
Raw File
Tip revision: abe2db7169730237485be0a7dde72d856a7a540b authored by ffxbld on 25 October 2013, 21:42:45 UTC
Added FIREFOX_25_0_RELEASE FIREFOX_25_0_BUILD3 tag(s) for changeset d86ad7db1de3. DONTBUILD CLOSED TREE a=release
Tip revision: abe2db7
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