Epsilon is a family of Java-based scripting languages for automating common model-based software engineering tasks, such as code generation, model-to-model transformation and model validation, that work out of the box with EMF (including Xtext and Sirius), UML (including Cameo/MagicDraw), Simulink, XML and other types of models.
This pull request addresses #103. It is a full replacement of the old debuggers we had with LSP4E-based ones, using our new remote debugging codebase. This ensures that the experience will be consistent across local and remote debugging, and benefits from some things the new DAP-based debuggers can do (e.g. debugging the EGL templates launched by an EGX script).
This pull request addresses #103. It is a full replacement of the old debuggers we had with LSP4E-based ones, using our new remote debugging codebase. This ensures that the experience will be consistent across local and remote debugging, and benefits from some things the new DAP-based debuggers can do (e.g. debugging the EGL templates launched by an EGX script).