📄 debugger_toolbar_16x16.xrc
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -