Uses of Package
com.evelopers.unimod.debug.protocol

Packages that use com.evelopers.unimod.debug.protocol
com.evelopers.unimod.debug.app   
com.evelopers.unimod.debug.debugger   
com.evelopers.unimod.debug.protocol   
 

Classes in com.evelopers.unimod.debug.protocol used by com.evelopers.unimod.debug.app
MessageCoder
          Interface for message coder.
MessageCoderException
           
ThreadInfo
          Thread information - name and identifier
 

Classes in com.evelopers.unimod.debug.protocol used by com.evelopers.unimod.debug.debugger
MessageCoder
          Interface for message coder.
MessageCoderException
           
 

Classes in com.evelopers.unimod.debug.protocol used by com.evelopers.unimod.debug.protocol
CommandMessage
          Possible commands: set breakpoints, remove breakpoints, make step, resume
EventMessage
          Posiible events: suspended on breakpoint, suspended on step, resumed
JavaSpecificMessageCoder.NotSerializableObjectHandler
           
Message
          Abstract Message to interact between application and debugger
MessageCoder
          Interface for message coder.
MessageCoderException
           
ThreadInfo
          Thread information - name and identifier