SiriusLab / ModelDebugging

Runtime and tools to bring execution and simulation in your domain specific tooling built with Sirius and/or Eclipse Modeling Framework.
Eclipse Public License 1.0
6 stars 10 forks source link

[ExeFramework] Refactoring: move debugger code into new dedicated plugins #19

Closed ebousse closed 7 years ago

ebousse commented 7 years ago

(This should not be merged now, as it will break concurrency and coordination. I'll prepare merge request on these other repos as well, to merge them at the same time. But you can already have a look and comment)

These commits aim at extracting all the debugger-related code of the execution framework into new dedicated plugins:

All the moved code was previously mostly inside the plugin org.gemoc.executionframework.engine.ui.

The goal of this refactoring is to facilitate the next tasks, in particular https://github.com/gemoc/gemoc-studio/issues/44, https://github.com/gemoc/gemoc-studio/issues/45 and https://github.com/gemoc/gemoc-studio/issues/46

ebousse commented 7 years ago

PR for concurrency ready here: https://github.com/gemoc/concurrency/pull/9

@dvojtise If this looks OK to you, you can merge :)