Class NetworkDebugger
java.lang.Object
org.eclipse.m2m.atl.core.ui.vm.debug.NetworkDebugger
- All Implemented Interfaces:
Debugger
The main ATL debugger.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenter(StackFrame frame) Enters the frame.voiderror(StackFrame stackFrame, String msg, Exception e) Throws an error.voidleave(StackFrame frame) Leaves the frame.voidstep(ASMStackFrame frame) Steps into the frame.voidTerminates the execution.
-
Constructor Details
-
NetworkDebugger
public NetworkDebugger(int port, boolean suspend) NetworkDebugger constructor.- Parameters:
port- connection portsuspend- setp parameter
-
-
Method Details
-
getExecEnv
-
enter
Enters the frame. -
leave
Leaves the frame. -
step
Steps into the frame. -
terminated
public void terminated()Terminates the execution.- Specified by:
terminatedin interfaceDebugger- See Also:
-
error
Throws an error.
-