debugger_toolbar_16x16.xrc

来自「非常好用的可移植的多平台C/C++源代码编辑器」· XRC 代码 · 共 37 行

XRC
37
字号
<?xml version="1.0" ?>
<resource>
  <object class="wxToolBarAddOn" name="debugger_toolbar_16x16">
    <object class="separator" />
    <object class="tool" name="idDebuggerMenuDebug">
	  <tooltip>Debug / Continue</tooltip>
      <longhelp>Debug or continue program (depends on context)</longhelp>
      <bitmap>images/16x16/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/16x16/dbgrunto.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuNext">
      <tooltip>Step over</tooltip>
      <longhelp>Execute the next line of code</longhelp>
      <bitmap>images/16x16/dbgnext.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuStep">
      <tooltip>Step into</tooltip>
      <longhelp>Execute the next instruction, stepping into functions</longhelp>
      <bitmap>images/16x16/dbgstep.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuStepOut">
      <tooltip>Step out</tooltip>
      <longhelp>Execute until the current block exit</longhelp>
	  <bitmap>images/16x16/dbgstepout.png</bitmap>
    </object>
    <object class="tool" name="idDebuggerMenuStop">
      <tooltip>Stop debugger</tooltip>
      <longhelp>Stop current debugging session</longhelp>
      <bitmap>images/16x16/stop.png</bitmap>
    </object>
  </object>
</resource>

⌨️ 快捷键说明

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