Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1b2ca1c713360df49448c28221c793ec64c4fd84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.etrice.generator.launch.c.launchConfigurationType">
<booleanAttribute key="MSC" value="true"/>
<booleanAttribute key="DataLogging" value="true"/>
<booleanAttribute key="UseTranslation" value="true"/>
<listAttribute key="ModelFiles">
<listEntry value="${workspace_loc:/org.eclipse.etrice.examples.c/model/TrafficLight_step1/TrafficLight_step1.etmap}"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/>
</launchConfiguration>

Back to the top