Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package netscape.jsdebug

Interface Summary
JSErrorReporter This is a special kind of hook to respond to JavaScript errors
 

Class Summary
DebugBreakHook DebugBreakHook must be subclassed to respond when a debug break is requested
DebugController This is the master control panel for observing events in the VM.
Hook An instance of this class is returned for each hook set by the debugger as a handle for removing the hook later.
InstructionHook InstructionHook must be subclassed to respond to hooks at a particular program instruction.
InterruptHook InterruptHook must be subclassed to respond when interrupts occur
JSPC This subclass of PC provides JavaScript-specific information.
JSSourceLocation JAvaScript specific SourceLocation
JSSourceTextProvider This class provides access to SourceText items.
JSStackFrameInfo This interface provides access to the execution stack of a thread.
JSThreadState This is the JavaScript specific implementation of the thread state
PC The PC class is an opaque representation of a program counter.
Script This instances of this class represent the JavaScript string object.
ScriptHook ScriptHook must be subclassed to respond to loading and unloading of scripts
SourceLocation An implementation of the SourceLocation interface is used to represent a location in a source file.
SourceTextItem This class is used to represent a file or url which contains JavaScript source text.
SourceTextProvider Abstract class to represent entity capable of providing access to source text
StackFrameInfo This interface provides access to the execution stack of a thread.
ThreadStateBase When a hook is hit, the debugger records the state of the thread before the hook in a ThreadState object.
 

Exception Summary
InvalidInfoException Exception to indicate bad thread state etc...