# gemoc-studio-modeldebugging **Repository Path**: mirrors_eclipse/gemoc-studio-modeldebugging ## Basic Information - **Project Name**: gemoc-studio-modeldebugging - **Description**: gemoc-studio-modeldebugging - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ------------- This repository is part of a serie of repositories related to [GEMOC Studio](http://eclipse.org/gemoc) : - https://github.com/eclipse/gemoc-studio - https://github.com/eclipse/gemoc-studio-modeldebugging - https://github.com/eclipse/gemoc-studio-execution-ale - https://github.com/eclipse/gemoc-studio-execution-java - https://github.com/eclipse/gemoc-studio-execution-moccml - https://github.com/eclipse/gemoc-studio-moccml - https://github.com/eclipse/gemoc-studio-commons ------------- # ModelDebugging Runtime and tools to bring execution, debug and simulation in your domain specific tooling built with Sirius and/or Eclipse Modeling Framework. To have a better understanding of the features and services offered by this framework, you can read the following [post (Breathe life into your designer)](http://gemoc.org/breathe-life-into-your-designer/). The repository includes several components: - ___simulationmodelanimation___ The plugins required to animate models with Sirius - ___framework___ contains the components used to implement execution engines with model debugging support. The framework is two folds: - *xdsml_framework* The plugins for the language workbench (ie. plugins that provides support for designing xdsml languages using a given engine). - *execution_framework* The plugins for the modeling workbench (ie. the engine runtime for executing models). - ___trace___ The plugins dedicated to execution traces. It offers two traces implementations that cans be used by the framework: - a simple generic trace metamodel - an efficient trace metamodel powered by a generative approach. This trace enables all omniscient debugging capabilities of the framework and offers a multidimentional timeline. This project is included within the [GEMOC](http://gemoc.org/ "GEMOC Homepage"). This project offers an Eclipse package ([GEMOC Studio](http://gemoc.org/studio-download/)) with all these components preinstalled. It also provides additionnal engines (concurrent engine, coordination of concurrent engines), documentation and tutorials. This project is still in incubation and need more work to reach industrial grade. If you need some help to get started with this project or have any questions about it feel free to contact [Cédric Brun](mailto:cedric.brun@obeo.fr). # Development - Continuous integration on [Eclipse CI](https://ci.eclipse.org/gemoc/job/gemoc-studio-integration/) - [Instructions for building](https://github.com/eclipse/gemoc-studio/tree/master/dev_support/tycho_full_compilation)