Class VariablesRuntimeHandler

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

public class VariablesRuntimeHandler extends Object implements RuntimeHandler, EventHandler, Runnable
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.