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

Quick Search    Search Deep

netscape.jsdebug
Class DebugBreakHook  view DebugBreakHook download DebugBreakHook.java

java.lang.Object
  extended bynetscape.jsdebug.Hook
      extended bynetscape.jsdebug.DebugBreakHook

public class DebugBreakHook
extends Hook

DebugBreakHook must be subclassed to respond when a debug break is requested

Since:
1.0
Version:
1.0

Constructor Summary
DebugBreakHook()
           
 
Method Summary
 void aboutToExecute(ThreadStateBase debug, PC pc)
          Override this method to respond just before a thread reaches a particular instruction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugBreakHook

public DebugBreakHook()
Method Detail

aboutToExecute

public void aboutToExecute(ThreadStateBase debug,
                           PC pc)
Override this method to respond just before a thread reaches a particular instruction.