We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in GEMOC it appears that we have 2 sources locators
ex: with java engine it declares a org.eclipse.gemoc.dsl.debug.locator (see https://github.com/eclipse/gemoc-studio-modeldebugging/blob/12e855bf2b3021b6f399b93746972b5fa8c83051/java_execution/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/plugin.xml#L346) and a org.eclipse.debug.core.sourceLocators (see https://github.com/eclipse/gemoc-studio-modeldebugging/blob/12e855bf2b3021b6f399b93746972b5fa8c83051/java_execution/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/plugin.xml#L173)
org.eclipse.gemoc.dsl.debug.locator
org.eclipse.debug.core.sourceLocators
apparently the org.eclipse.gemoc.dsl.debug.locator is broken as the schema file name in https://github.com/eclipse/gemoc-studio-modeldebugging/blob/master/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/schema/fr.obeo.dsl.debug.locator.exsd is wrong
I'm not sure if they are redundant or if the org.eclipse.gemoc.dsl.debug.locator will add real value (when fixed)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in GEMOC it appears that we have 2 sources locators
ex: with java engine
it declares a
org.eclipse.gemoc.dsl.debug.locator
(see https://github.com/eclipse/gemoc-studio-modeldebugging/blob/12e855bf2b3021b6f399b93746972b5fa8c83051/java_execution/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/plugin.xml#L346)and a
org.eclipse.debug.core.sourceLocators
(see https://github.com/eclipse/gemoc-studio-modeldebugging/blob/12e855bf2b3021b6f399b93746972b5fa8c83051/java_execution/java_engine/plugins/org.eclipse.gemoc.execution.sequential.javaengine.ui/plugin.xml#L173)apparently the
org.eclipse.gemoc.dsl.debug.locator
is broken as the schema file name in https://github.com/eclipse/gemoc-studio-modeldebugging/blob/master/simulationmodelanimation/plugins/org.eclipse.gemoc.dsl.debug.ide/schema/fr.obeo.dsl.debug.locator.exsd is wrongI'm not sure if they are redundant or if the
org.eclipse.gemoc.dsl.debug.locator
will add real value (when fixed)The text was updated successfully, but these errors were encountered: