gecko-dev/js/jsdj/classes/com/netscape/jsdebugging/api
dmose%mozilla.org ec37cbfc25 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
..
corba
local
rhino
AdapterLoader.java
DebugBreakHook.java
DebugController.java
ExecResult.java
Hook.java
InstructionHook.java
InterruptHook.java
InvalidInfoException.java
JSErrorReporter.java
JSPC.java
JSSourceLocation.java
JSStackFrameInfo.java
JSThreadState.java
PC.java
Property.java
README
Script.java
ScriptHook.java
ScriptSection.java
SourceLocation.java
SourceTextItem.java
SourceTextProvider.java
StackFrameInfo.java
ThreadStateBase.java
Value.java

README

/* 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.