source: tmcsimulator/branches/BasicFEPClient/nbproject/private/configurations.xml @ 142

Revision 142, 2.5 KB checked in by jtorres, 9 years ago (diff)

JT checkpoint: saving work in BasicFEPClient before rearranging config/lds.txt station file to work out the white dot bug (holes in atms client map)

Line 
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}" 192.168.251.27</runcommandpicklistitem>
29        </runcommandpicklist>
30        <runcommand>"${OUTPUT_PATH}" 192.168.251.27</runcommand>
31        <rundir></rundir>
32        <buildfirst>true</buildfirst>
33        <terminal-type>0</terminal-type>
34        <remove-instrumentation>0</remove-instrumentation>
35        <environment>
36        </environment>
37      </runprofile>
38    </conf>
39    <conf name="Release" type="1">
40      <toolsSet>
41        <developmentServer>localhost</developmentServer>
42        <platform>4</platform>
43      </toolsSet>
44      <dbx_gdbdebugger version="1">
45        <gdb_pathmaps>
46        </gdb_pathmaps>
47        <gdb_interceptlist>
48          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
49        </gdb_interceptlist>
50        <gdb_options>
51          <DebugOptions>
52          </DebugOptions>
53        </gdb_options>
54        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
55      </dbx_gdbdebugger>
56      <nativedebugger version="1">
57        <engine>gdb</engine>
58      </nativedebugger>
59      <runprofile version="9">
60        <runcommandpicklist>
61          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
62        </runcommandpicklist>
63        <runcommand>"${OUTPUT_PATH}"</runcommand>
64        <rundir></rundir>
65        <buildfirst>true</buildfirst>
66        <terminal-type>0</terminal-type>
67        <remove-instrumentation>0</remove-instrumentation>
68        <environment>
69        </environment>
70      </runprofile>
71    </conf>
72  </confs>
73</configurationDescriptor>
Note: See TracBrowser for help on using the repository browser.