|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Any class which wants to listen to events fired by the DebugManager should implement this interface and use DebugManager's addDebugListener() method.
Method Summary | |
void |
breakpointReached(Breakpoint bp)
Called when a breakpoint is reached during execution. |
void |
breakpointRemoved(Breakpoint bp)
Called when a breakpoint is removed from a document. |
void |
breakpointSet(Breakpoint bp)
Called when a breakpoint is set in a document. |
void |
currThreadDied()
Called when the current thread dies |
void |
currThreadResumed()
Called when the current thread is resumed |
void |
currThreadSuspended()
Called when the current thread is suspended |
void |
debuggerShutdown()
Called when debugger mode has been disabled. |
void |
debuggerStarted()
Called when debugger mode has been enabled. |
void |
stepRequested()
Called when a step is requested on the current thread. |
void |
threadLocationUpdated(OpenDefinitionsDocument doc,
int lineNumber)
Called when the given line is reached by the current thread in the debugger, to request that the line be displayed. |
Method Detail |
public void debuggerStarted()
public void debuggerShutdown()
public void threadLocationUpdated(OpenDefinitionsDocument doc, int lineNumber)
doc
- Document to displaylineNumber
- Line to display or highlightpublic void breakpointSet(Breakpoint bp)
bp
- the breakpointpublic void breakpointReached(Breakpoint bp)
bp
- the breakpointpublic void breakpointRemoved(Breakpoint bp)
bp
- the breakpointpublic void stepRequested()
public void currThreadSuspended()
public void currThreadResumed()
public void currThreadDied()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |