interrupts launch.launch

来自「Hitech microchip PIC C18 Compiler」· LAUNCH 代码 · 共 18 行

LAUNCH
18
字号
<?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.picc18.debugger.simulator"/>
<booleanAttribute key="com.htsoft.debug.option.stopAtMain" value="true"/>
<booleanAttribute key="com.htsoft.debug.autoConfig" 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"/>
<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="Interrupts"/>
<booleanAttribute key="org.eclipse.cdt.launch.ENABLE_VARIABLE_BOOKKEEPING" value="false"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Release/Interrupts.hex"/>
<stringAttribute key="com.htsoft.debug.currTarget" value="18f452"/>
<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 + -
显示快捷键?