jband%netscape.com 948f6f521c (not part of client build) initial checkin of mozilla/js/jsdj (migrated from ns/js/jsdj)
git-svn-id: svn://10.0.0.236/trunk@10115 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-16 02:07:50 +00:00
..

/* jband - 09/14/98 -  */

com.netscape.jsdebugging.api is the package which defines the interface used by
debugger(s) to access the debugging support in the JavaScript engine. It exists
to allow the very same debugger to be used with either the C based engine, the
Java based engine (Rhino), of with a remote engine accessed via Corba/iiop
(additional 'adapter' implementations might be added in the future). This
package presents the generic JS debug interface against which the debugger
compiles and runs.