https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 102066fb8527ef0c6a91d825fdbc420b8cef9916 authored by ffxbld on 21 March 2012, 04:08:17 UTC
Added FENNEC_12_0b2_RELEASE FENNEC_12_0b2_BUILD1 tag(s) for changeset ff5b5a7cfbd8. DONTBUILD CLOSED TREE a=release
Tip revision: 102066f
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