summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/debug.toolbar
blob: 60d75b659984f4372f5edcce41d92acce0160d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
  <ToolBar tabname="Debug" noMerge="1" name="debug" >
    <text>Debug</text>
    
    <Action name="debug_connect" />
    <Action name="debug_disconnect"/>
    
    <Separator/>    
    <Action name="debug_run" />
    <Action name="debug_leap"/>
    <Action name="debug_stepover"/>
    <Action name="debug_stepinto"/>
    <Action name="debug_stepout"/>
    <Action name="debug_skip"/>
    
    <Separator/>
    <Action name="debug_pause"/>
    <Action name="debug_kill"/>
    
    <Separator/>
    <Action name="debug_breakpoints_toggle"/>
    <Action name="debug_breakpoints_prev"/> 
    <Action name="debug_breakpoints_next"/>
   
  </ToolBar>

</kpartgui>