/** * <copyright> * </copyright> * * */ package org.emftext.term.propositional.expression.resource.expression.debug; /** * The DebuggerListener receives commands from the Eclipse Debug framework and * sends these commands to a debuggable process (e.g., an interpreter or generated * code). */ public class ExpressionDebuggerListener { // The generator for this class is currently disabled by option // 'disableDebugSupport' in the .cs file. }