|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.judoscript.Debugger
com.judoscript.studio.ConsoleDebugger
public class ConsoleDebugger
Field Summary |
---|
Fields inherited from class com.judoscript.Debugger |
---|
BPs |
Method Summary | |
---|---|
protected void |
breakPoint(Stmt stmt)
Debugger required method. |
void |
finish()
|
void |
interpret()
The driving force for the debugger. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class com.judoscript.Debugger |
---|
clearAllBPs, execStmt, init, removeBP, setBP, setSingleStep, setStepInto, start, watch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void interpret() throws java.lang.Exception
java.lang.Exception
protected void breakPoint(Stmt stmt)
breakPoint
in class Debugger
public void finish()
finish
in class Debugger
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |