testapp_memory.launch

来自「<基于fpga的嵌入式设计上的光盘的第四章第二个实验」· LAUNCH 代码 · 共 21 行

LAUNCH
21
字号
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="com.xilinx.mdt.edk.launch.localCLaunch">
<intAttribute key="com.xilinx.mdt.edk.launch.DEVICE_RESET" value="1"/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_ID" value="com.xilinx.mdt.edk.debug.XMDCDebugger"/>
<stringAttribute key="com.xilinx.mdt.edk.launch.PROGRAM_BINSIZE" value="4"/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
<booleanAttribute key="com.xilinx.mdt.edk.launch.ENABLE_PROFILING" value="false"/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="run"/>
<stringAttribute key="com.xilinx.mdt.edk.launch.FREE_ADDR" value=""/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;memoryBlockExpressionList/&gt;&#10;"/>
<booleanAttribute key="com.xilinx.mdt.edk.launch.DOWNLOAD_PROGRAM" value="true"/>
<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="TestApp_Memory"/>
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;globalVariableList/&gt;&#10;"/>
<stringAttribute key="com.xilinx.mdt.edk.launch.ATTR_XMD_CONNECT_OPTIONS" value="connect mb mdm -debugdevice cpunr 1"/>
<booleanAttribute key="org.eclipse.cdt.launch.ENABLE_VARIABLE_BOOKKEEPING" value="false"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug/TestApp_Memory.elf"/>
<stringAttribute key="com.xilinx.mdt.edk.launch.SAMPLING_FREQ" value="10000"/>
<booleanAttribute key="com.xilinx.mdt.edk.launch.SHOW_RESULTS" value="true"/>
</launchConfiguration>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?