Package org.openarchitectureware.debug.processing

Implementation of the debug processing

See:
          Description

Interface Summary
ICommandListener Interface to listen for regular process commands from the debug server (e.g. eclipse).
IElementAdapter An adapter to the DebugMonitor that handle all element type specific activities on the runtime side.
IEventHandler Interface to handle events from the DebugMonitor.
IProcessHandler Interface that is used by the DebugMonitor to decide several operational steps.
IRuntimeHandler base interface for handlers that support the debugger runtime process
 

Class Summary
DebugMonitor The heart of the debug process on the runtime side.
RuntimeHandlerManager This manager class listens for requests from the debug server to instantiate handlers or adapters.
 

Exception Summary
DebuggerInterruptedException A RuntimeException that is thrown when an exception is thrown during debugging or if the user terminates the process
 

Package org.openarchitectureware.debug.processing Description

Implementation of the debug processing