mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
9b83e1a5a9
remove java references, add jsd_xpc.cpp note, explain jsdb.
7 lines
313 B
Plaintext
7 lines
313 B
Plaintext
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.
|