com.evelopers.unimod.debug.debugger
Class Debugger
java.lang.Object
com.evelopers.unimod.debug.debugger.Debugger
- public class Debugger
- extends java.lang.Object
ModelEngine remote debugger. Debugger-side.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESUMED
public static final java.lang.String RESUMED
- See Also:
- Constant Field Values
SUSPENDED
public static final java.lang.String SUSPENDED
- See Also:
- Constant Field Values
TERMINATED
public static final java.lang.String TERMINATED
- See Also:
- Constant Field Values
Debugger
public Debugger(java.lang.String hostName,
int port,
MessageCoder coder,
BreakpointManager breakpoint,
UIManager ui)
throws com.evelopers.common.exception.CommonException,
java.io.IOException
Debugger
public Debugger(java.lang.String hostName,
int port,
MessageCoder coder,
BreakpointManager breakpoint,
UIManager ui,
Logger log)
throws com.evelopers.common.exception.CommonException,
java.io.IOException
start
public void start()
throws com.evelopers.common.exception.CommonException
- Throws:
com.evelopers.common.exception.CommonException
disposeEventProviders
protected void disposeEventProviders()
stop
public void stop()