gemoc / gemoc-studio-old

http://gemoc.github.io/gemoc-studio/
Eclipse Public License 1.0
12 stars 4 forks source link

[ExeFramework] Task: move sequential+omniscient debugger to exeframework #47

Closed ebousse closed 6 years ago

ebousse commented 7 years ago

Currently, the sequential and omniscient debuggers are stored with the java engine code in the plugin org.gemoc.execution.sequential.javaengine.ui.

Since these debuggers are (almost) independent of the considered execution engine, they should be moved in the execution framework, so that they are more explicitly commonly shared among all engines, and to have cleaner dependencies.

ebousse commented 6 years ago

Copied to https://github.com/eclipse/gemoc-studio-modeldebugging/issues/30