|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.core.ui.vm.debug.NetworkDebugger
public class NetworkDebugger
The main ATL debugger.
Nested Class Summary | |
---|---|
protected class |
NetworkDebugger.Command
A debugger command. |
Constructor Summary | |
---|---|
NetworkDebugger(int port,
boolean suspend)
NetworkDebugger constructor. |
Method Summary | |
---|---|
void |
enter(StackFrame frame)
Enters the frame. |
void |
error(StackFrame stackFrame,
java.lang.String msg,
java.lang.Exception e)
Throws an error. |
ASMExecEnv |
getExecEnv()
|
void |
leave(StackFrame frame)
Leaves the frame. |
void |
step(ASMStackFrame frame)
Steps into the frame. |
void |
terminated()
Terminates the execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkDebugger(int port, boolean suspend)
port
- connection portsuspend
- setp parameterMethod Detail |
---|
public ASMExecEnv getExecEnv()
public void enter(StackFrame frame)
enter
in interface Debugger
frame
- the frame to enter inDebugger.enter(org.eclipse.m2m.atl.engine.vm.StackFrame)
public void leave(StackFrame frame)
leave
in interface Debugger
frame
- the frame to leaveDebugger.leave(org.eclipse.m2m.atl.engine.vm.StackFrame)
public void step(ASMStackFrame frame)
step
in interface Debugger
frame
- the frame to stepDebugger.step(org.eclipse.m2m.atl.engine.vm.ASMStackFrame)
public void terminated()
terminated
in interface Debugger
Debugger.terminated()
public void error(StackFrame stackFrame, java.lang.String msg, java.lang.Exception e)
error
in interface Debugger
stackFrame
- the current framemsg
- the error messagee
- the exceptionDebugger.error(org.eclipse.m2m.atl.engine.vm.StackFrame,
java.lang.String, java.lang.Exception)
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |