|
|||||||||
| Home >> All >> netscape >> [ jsdebug overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
netscape.jsdebug
Class DebugBreakHook

java.lang.Objectnetscape.jsdebug.Hook
netscape.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.
|
|||||||||
| Home >> All >> netscape >> [ jsdebug overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC