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
If you right-click on an .ocl file you can choose Debug as ... in order to start debugging. Run as ... should be also supported, but is'nt yet.
The logic for running the interpreter is currently implemented in org.dresdenocl.interpreter.ui.actions.Ocl2InterpretationJob. This have to be refactored into a more generic version.
The text was updated successfully, but these errors were encountered:
If you right-click on an .ocl file you can choose Debug as ... in order to start debugging. Run as ... should be also supported, but is'nt yet.
The logic for running the interpreter is currently implemented in
org.dresdenocl.interpreter.ui.actions.Ocl2InterpretationJob
. This have to be refactored into a more generic version.The text was updated successfully, but these errors were encountered: