/** * <copyright> * </copyright> * * */ package org.emftext.term.propositional.expression.resource.expression.debug; /** * DebugMessages are exchanged between the debug server (the Eclipse debug * framework) and the debug client (a running process or interpreter). To exchange * messages they are serialized and sent over sockets. */ public class ExpressionDebugMessage { // The generator for this class is currently disabled by option // 'disableDebugSupport' in the .cs file. }