com.evelopers.unimod.debug.debugger
Class Debugger

java.lang.Object
  extended bycom.evelopers.unimod.debug.debugger.Debugger

public class Debugger
extends java.lang.Object

ModelEngine remote debugger. Debugger-side.


Field Summary
static java.lang.String RESUMED
           
static java.lang.String SUSPENDED
           
static java.lang.String TERMINATED
           
 
Constructor Summary
Debugger(java.lang.String hostName, int port, MessageCoder coder, BreakpointManager breakpoint, UIManager ui)
           
Debugger(java.lang.String hostName, int port, MessageCoder coder, BreakpointManager breakpoint, UIManager ui, Logger log)
           
 
Method Summary
protected  void disposeEventProviders()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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
Method Detail

start

public void start()
           throws com.evelopers.common.exception.CommonException
Throws:
com.evelopers.common.exception.CommonException

disposeEventProviders

protected void disposeEventProviders()

stop

public void stop()