Package org.eclipse.emf.mwe.internal.core.debug.processing.handlers
package org.eclipse.emf.mwe.internal.core.debug.processing.handlers
Debug process handlers
-
ClassesClassDescriptionThis class handles the communication of Breakpoints on the runtime side.This class handles the communication of debug commands on the runtime side.
It listens in an extra thread for commands and sets state values accordingly.
TheDebugMonitor
uses this class to react according to the process state settings when it needs to.
TheICommandListener
andIProcessHandler
methods are the active ones that communicate with the debug server.
TheIEventHandler
methods react only internally on events.This class handles the communication of debug events on the runtime side.
It sends them out (together with addition syntax element information, if required).This class handles the communication of variable names and values with the debug server.
It caches variable values with it's id and handles also cleanup of this cache if values are no longer used.