|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
getBreakNextLine()
Return the value of the breakNextLine flag. |
Debugger |
getDebugger()
Return the current debugger. |
DebugFrame |
getFrame(int frameNumber)
Return a frame from the current execution. |
int |
getFrameCount()
Return the number of frames in current execution. |
void |
setBreakNextLine(boolean isLineStep)
Set whether the engine should break when it encounters the next line. |
void |
setDebugger(Debugger debugger)
Set the associated debugger. |
Method Detail |
public void setBreakNextLine(boolean isLineStep)
The engine will call the attached debugger's handleBreakpointHit method on the next line it executes if isLineStep is true. May be used from another thread to interrupt execution.
isLineStep
- if true, break next linepublic boolean getBreakNextLine()
public void setDebugger(Debugger debugger)
debugger
- the debugger to be used on callbacks from
the engine.public Debugger getDebugger()
public int getFrameCount()
public DebugFrame getFrame(int frameNumber)
frameNumber
- the number of the frame in the range
[0,frameCount-1]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |