Class BreakpointRuntimeHandler

java.lang.Object
org.eclipse.emf.mwe.internal.core.debug.processing.handlers.BreakpointRuntimeHandler
All Implemented Interfaces:
Runnable, ProcessHandler, RuntimeHandler

public class BreakpointRuntimeHandler extends Object implements RuntimeHandler, ProcessHandler, Runnable
This class handles the communication of Breakpoints on the runtime side. It listens in an extra thread for set and removal of breakpoints. The DebugMonitor uses this class to suspend the runtime process at breakpoints.