/** * <copyright> * </copyright> * * */ package org.emftext.term.propositional.expression.resource.expression.debug; /** * The DebugProxy allows to communicate between the interpreter, which runs in a * separate thread or process and the Eclipse Debug framework (i.e., the * DebugTarget class). */ public class ExpressionDebugProxy { // The generator for this class is currently disabled by option // 'disableDebugSupport' in the .cs file. }