source: tmcsimulator/branches/fep_rpc_client/nbproject/private/configurations.xml @ 78

Revision 78, 2.7 KB checked in by jtorres, 9 years ago (diff)

All green dots are showing. This is a checkpoint before adding dynamic data packing.

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