You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed hack used to enable trace serialization, until the proper solution is implemented, and made several improvement around trace loading, execution relaunching and various performance tweaks
Copy file name to clipboardExpand all lines: framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/src/org/gemoc/executionframework/engine/ui/commons/RunConfiguration.java
Copy file name to clipboardExpand all lines: framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/src/org/gemoc/executionframework/engine/ui/debug/AbstractGemocDebugger.java
+63-55Lines changed: 63 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -85,16 +85,17 @@ public abstract class AbstractGemocDebugger extends AbstractDSLDebugger implemen
Copy file name to clipboardExpand all lines: framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/src/org/gemoc/executionframework/engine/ui/launcher/AbstractGemocLauncher.java
Copy file name to clipboardExpand all lines: framework/execution_framework/plugins/org.gemoc.executionframework.engine/src/org/gemoc/executionframework/engine/core/AbstractSequentialExecutionEngine.java
Copy file name to clipboardExpand all lines: framework/execution_framework/plugins/org.gemoc.executionframework.ui/src/org/gemoc/executionframework/ui/views/engine/EnginesStatusView.java
Copy file name to clipboardExpand all lines: framework/framework_commons/plugins/org.gemoc.executionframework.engine.mse.model/model/GemocExecutionEngineMSE.ecore
Copy file name to clipboardExpand all lines: framework/framework_commons/plugins/org.gemoc.executionframework.engine.mse.model/src/org/gemoc/executionframework/engine/mse/GenericMSE.java
Copy file name to clipboardExpand all lines: framework/framework_commons/plugins/org.gemoc.executionframework.engine.mse.model/src/org/gemoc/executionframework/engine/mse/LogicalStep.java
Copy file name to clipboardExpand all lines: framework/framework_commons/plugins/org.gemoc.executionframework.engine.mse.model/src/org/gemoc/executionframework/engine/mse/MSEModel.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@
21
21
*
22
22
* <p>
23
23
* The following features are supported:
24
+
* </p>
24
25
* <ul>
25
26
* <li>{@link org.gemoc.executionframework.engine.mse.MSEModel#getOwnedMSEs <em>Owned MS Es</em>}</li>
0 commit comments