org.eclipse.m2m.atl.engine.vm
Class NetworkDebugger
java.lang.Object
org.eclipse.m2m.atl.engine.vm.NetworkDebugger
- All Implemented Interfaces:
- Debugger
public class NetworkDebugger
- extends java.lang.Object
- implements Debugger
|
Field Summary |
protected static java.util.logging.Logger |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static java.util.logging.Logger logger
NetworkDebugger
public NetworkDebugger(int port,
boolean suspend)
enter
public void enter(StackFrame frame)
- Specified by:
enter in interface Debugger
leave
public void leave(StackFrame frame)
- Specified by:
leave in interface Debugger
step
public void step(ASMStackFrame frame)
- Specified by:
step in interface Debugger
terminated
public void terminated()
- Specified by:
terminated in interface Debugger
error
public void error(StackFrame frame,
java.lang.String msg,
java.lang.Exception e)
- Specified by:
error in interface Debugger
getExecEnv
public ASMExecEnv getExecEnv()