https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9bd243455e0cfa77c3f731a4b80860979dbcb059 authored by ffxbld on 29 July 2011, 14:26:09 UTC
Added tag FENNEC_6_0b4_BUILD1 for changeset b064fd888b6f. CLOSED TREE a=release
Tip revision: 9bd2434
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