Package org.eclipse.emf.mwe.internal.core.debug.communication.packages

Packet implementation needed for the communication with the debugger

See:
          Description

Class Summary
AbstractPackage The base class for all types of packages.
BreakpointPackage The packet to communicate set and delete of breakpoints.
CommandPackage The packet to communicate a process or direct command to the runtime process.
ConfirmationPackage The packet to communicate the confirmation of a specific packet reference id.
EventPackage The packet to communicate an event from the runtime process.
EventPackageWithFrames The packet to communicate an event from the runtime process together with the current stack frame information.
HandshakePackage The packet to communicate a first handshake.
RegisterPackage The packet to communicate handlers or adapter class names to be registered in the runtime process.
RequireVarPackage The packet to communicate a request for variable from a specific frame and variable id.
VarDataPackage The packet to communicate variable values for a specific reference id.
 

Package org.eclipse.emf.mwe.internal.core.debug.communication.packages Description

Packet implementation needed for the communication with the debugger