btz_232 launch.launch
来自「Clock+data serial protocol for PIC16/18F」· LAUNCH 代码 · 共 22 行
LAUNCH
22 行
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="com.htsoft.debug.ui.htcLaunch">
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_ID" value="com.htsoft.picc.debugger.simulator"/>
<stringAttribute key="org.eclipse.cdt.launch.protocol" value="mi"/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
<booleanAttribute key="com.htsoft.debug.autoConfig" value="true"/>
<booleanAttribute key="com.htsoft.debug.option.stopAtMain" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="run"/>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="false"/>
<booleanAttribute key="org.eclipse.cdt.launch.ENABLE_REGISTER_BOOKKEEPING" value="false"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8"?> <memoryBlockExpressionList/> "/>
<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="false"/>
<booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="btz_232"/>
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="<?xml version="1.0" encoding="UTF-8"?> <globalVariableList/> "/>
<booleanAttribute key="org.eclipse.cdt.launch.ENABLE_VARIABLE_BOOKKEEPING" value="false"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Release/btz_232.hex"/>
<stringAttribute key="com.htsoft.debug.currTarget" value="16f88"/>
<booleanAttribute key="com.htsoft.debug.option.stopAtStartup" value="false"/>
<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.cdt.debug.ui.DefaultSourceLocator"/>
</launchConfiguration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?