⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debugger_toolbar.xrc

📁 非常好用的可移植的多平台C/C++源代码编辑器
💻 XRC
字号:
<?xml version="1.0" ?>
<resource>
  <object class="wxToolBarAddOn" name="debugger_toolbar">
    <object class="separator" />
    <object class="tool" name="idDebuggerMenuDebug">
	  <tooltip>Debug / Continue</tooltip>
      <longhelp>Debug or continue program (depends on context)</longhelp>
      <bitmap>images/dbgrun.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuRunToCursor">
      <tooltip>Run to cursor</tooltip>
      <longhelp>Run program until it reaches the current line</longhelp>
      <bitmap>images/dbgrunto.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuNext">
      <tooltip>Step over</tooltip>
      <longhelp>Execute the next line of code</longhelp>
      <bitmap>images/dbgnext.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuStep">
      <tooltip>Step into</tooltip>
      <longhelp>Execute the next instruction, stepping into functions</longhelp>
      <bitmap>images/dbgstep.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuStepOut">
      <tooltip>Step out</tooltip>
      <longhelp>Execute until the current block exit</longhelp>
      <bitmap>images/dbgstepout.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuStop">
      <tooltip>Stop debugger</tooltip>
      <longhelp>Stop current debugging session</longhelp>
      <bitmap>images/stop.png</bitmap>
    </object>
  </object>
</resource>

⌨️ 快捷键说明

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