~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/debuggergdb/resources/debugger_toolbar.xrc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<resource>
 
3
  <object class="wxToolBarAddOn" name="debugger_toolbar">
 
4
    <object class="tool" name="idDebuggerMenuDebug">
 
5
          <tooltip>Debug / Continue</tooltip>
 
6
      <longhelp>Debug or continue program (depends on context)</longhelp>
 
7
      <bitmap>images/dbgrun.png</bitmap>
 
8
    </object>
 
9
    <object class="tool" name="idDebuggerMenuRunToCursor">
 
10
      <tooltip>Run to cursor</tooltip>
 
11
      <longhelp>Run program until it reaches the current line</longhelp>
 
12
      <bitmap>images/dbgrunto.png</bitmap>
 
13
    </object>
 
14
    <object class="tool" name="idDebuggerMenuNext">
 
15
      <tooltip>Next line</tooltip>
 
16
      <longhelp>Execute the next line of code</longhelp>
 
17
      <bitmap>images/dbgnext.png</bitmap>
 
18
    </object>
 
19
    <object class="tool" name="idDebuggerMenuNextInstr">
 
20
      <tooltip>Next instruction</tooltip>
 
21
      <longhelp>Execute the next assembly instruction</longhelp>
 
22
      <bitmap>images/dbgstepi.png</bitmap>
 
23
    </object>
 
24
    <object class="tool" name="idDebuggerMenuStep">
 
25
      <tooltip>Step into</tooltip>
 
26
      <longhelp>Execute the next line of code, but step inside functions</longhelp>
 
27
      <bitmap>images/dbgstep.png</bitmap>
 
28
    </object>
 
29
    <object class="tool" name="idDebuggerMenuStepOut">
 
30
      <tooltip>Step out</tooltip>
 
31
      <longhelp>Continue execution until the current frame exits</longhelp>
 
32
      <bitmap>images/dbgstepout.png</bitmap>
 
33
    </object>
 
34
    <object class="tool" name="idDebuggerMenuStop">
 
35
      <tooltip>Stop debugger</tooltip>
 
36
      <longhelp>Stop current debugging session</longhelp>
 
37
      <bitmap>images/dbgstop.png</bitmap>
 
38
    </object>
 
39
    <object class="separator" />
 
40
    <object class="tool" name="idDebuggerToolWindows">
 
41
      <tooltip>Debugging windows</tooltip>
 
42
      <longhelp>Show/hide debugging windows</longhelp>
 
43
      <bitmap>images/window.png</bitmap>
 
44
    </object>
 
45
    <object class="tool" name="idDebuggerToolInfo">
 
46
      <tooltip>Various info</tooltip>
 
47
      <longhelp>Show information about various debugging subjects</longhelp>
 
48
      <bitmap>images/dbginfo.png</bitmap>
 
49
    </object>
 
50
  </object>
 
51
</resource>