com.judoscript.studio
Class ConsoleDebugger

java.lang.Object
  extended by com.judoscript.Debugger
      extended by com.judoscript.studio.ConsoleDebugger

public class ConsoleDebugger
extends Debugger


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

interpret

public void interpret()
               throws java.lang.Exception
The driving force for the debugger.

Throws:
java.lang.Exception

breakPoint

protected void breakPoint(Stmt stmt)
Debugger required method.

Specified by:
breakPoint in class Debugger

finish

public void finish()
Specified by:
finish in class Debugger

main

public static void main(java.lang.String[] args)