Warning: Can't use blame annotator:
svn blame failed on branches/FEPSimulator/nbproject/private/configurations.xml: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/FEPSimulator/nbproject/private/configurations.xml @ 209

Revision 209, 4.1 KB checked in by jtorres, 9 years ago (diff)

branches/FEPSimulator/tests: added unit test HighwaysParserTest?.cpp, which yielded a bug in HighwayParser?.cpp (not returning correct loop_loc... garbage data...), this likely explains why not all green dots were showing

RevLine 
1<?xml version="1.0" encoding="UTF-8"?>
2<configurationDescriptor version="95">
3  <projectmakefile>Makefile</projectmakefile>
4  <confs>
5    <conf name="Debug" type="1">
6      <toolsSet>
7        <developmentServer>localhost</developmentServer>
8        <platform>4</platform>
9      </toolsSet>
10      <dbx_gdbdebugger version="1">
11        <gdb_pathmaps>
12        </gdb_pathmaps>
13        <gdb_interceptlist>
14          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
15        </gdb_interceptlist>
16        <gdb_options>
17          <DebugOptions>
18          </DebugOptions>
19        </gdb_options>
20        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
21      </dbx_gdbdebugger>
22      <nativedebugger version="1">
23        <engine>gdb</engine>
24      </nativedebugger>
25      <runprofile version="9">
26        <runcommandpicklist>
27          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
28          <runcommandpicklistitem>"${OUTPUT_PATH}" localhost networkFile.txt</runcommandpicklistitem>
29          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27 networkFile.txt</runcommandpicklistitem>
30          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27</runcommandpicklistitem>
31          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27 8080</runcommandpicklistitem>
32          <runcommandpicklistitem>"${OUTPUT_PATH}" 1192.168.251.27 103121 32 8080</runcommandpicklistitem>
33          <runcommandpicklistitem>"${OUTPUT_PATH}" 192.168.251.27 103121 32 8080</runcommandpicklistitem>
34        </runcommandpicklist>
35        <runcommand>"${OUTPUT_PATH}" 192.168.251.27 103121 32 8080</runcommand>
36        <rundir></rundir>
37        <buildfirst>true</buildfirst>
38        <terminal-type>0</terminal-type>
39        <remove-instrumentation>0</remove-instrumentation>
40        <environment>
41        </environment>
42      </runprofile>
43    </conf>
44    <conf name="Release" type="1">
45      <toolsSet>
46        <developmentServer>localhost</developmentServer>
47        <platform>2</platform>
48      </toolsSet>
49      <dbx_gdbdebugger version="1">
50        <gdb_pathmaps>
51        </gdb_pathmaps>
52        <gdb_interceptlist>
53          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
54        </gdb_interceptlist>
55        <gdb_options>
56          <DebugOptions>
57          </DebugOptions>
58        </gdb_options>
59        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
60      </dbx_gdbdebugger>
61      <nativedebugger version="1">
62        <engine>gdb</engine>
63      </nativedebugger>
64      <runprofile version="9">
65        <runcommandpicklist>
66          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
67        </runcommandpicklist>
68        <runcommand>"${OUTPUT_PATH}"</runcommand>
69        <rundir></rundir>
70        <buildfirst>true</buildfirst>
71        <terminal-type>0</terminal-type>
72        <remove-instrumentation>0</remove-instrumentation>
73        <environment>
74        </environment>
75      </runprofile>
76    </conf>
77    <conf name="testHighwaysParser" type="1">
78      <toolsSet>
79        <developmentServer>localhost</developmentServer>
80        <platform>4</platform>
81      </toolsSet>
82      <dbx_gdbdebugger version="1">
83        <gdb_pathmaps>
84        </gdb_pathmaps>
85        <gdb_interceptlist>
86          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
87        </gdb_interceptlist>
88        <gdb_options>
89          <DebugOptions>
90          </DebugOptions>
91        </gdb_options>
92        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
93      </dbx_gdbdebugger>
94      <nativedebugger version="1">
95        <engine>gdb</engine>
96      </nativedebugger>
97      <runprofile version="9">
98        <runcommandpicklist>
99          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
100        </runcommandpicklist>
101        <runcommand>"${OUTPUT_PATH}"</runcommand>
102        <rundir></rundir>
103        <buildfirst>true</buildfirst>
104        <terminal-type>0</terminal-type>
105        <remove-instrumentation>0</remove-instrumentation>
106        <environment>
107        </environment>
108      </runprofile>
109    </conf>
110  </confs>
111</configurationDescriptor>
Note: See TracBrowser for help on using the repository browser.