author | Gregory Szorc <gps@mozilla.com> |
Wed, 28 Jan 2015 13:37:00 -0800 | |
branch | GECKO10012_2013010506_RELBRANCH |
changeset 82243 | a81015259a98a8db1c5a533c8af312c7968dde42 |
parent 1 | 9b2a99adc05e53cd4010de512f50118594756650 |
permissions | -rw-r--r-- |
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.