Warning, /kdevelop/kdevelop/kdevplatform/shell/debugger/kdevdebuggershellui.rc is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
0002 <gui name="kdevdebuggershellui" version="9" translationDomain="kdevplatform">
0003     <MenuBar>
0004         <Menu name="run">
0005             <Separator group="debug"/>
0006             <Action name="debug_continue" group="debug"/>
0007             <Action name="debug_pause" group="debug"/>
0008 
0009             <Separator group="debug"/>
0010             <Action name="debug_stepover" group="debug"/>
0011             <Action name="debug_stepoverinst" group="debug"/>
0012             <Action name="debug_stepinto" group="debug"/>
0013             <Action name="debug_stepintoinst" group="debug"/>
0014             <Action name="debug_stepout" group="debug"/>
0015             <Action name="debug_runtocursor" group="debug"/>
0016 
0017             <Separator group="debug"/>
0018             <Action name="debug_jumptocursor" group="debug"/>
0019             <Action name="debug_toggle_breakpoint" group="debug"/>
0020             <Action name="debug_showcurrentline" group="debug"/>
0021         </Menu>
0022     </MenuBar>
0023 
0024     <ToolBar name="debugToolBar">
0025         <text>Debugger Toolbar</text>
0026         <Action name="debug_continue"/>
0027         <Action name="debug_stepover"/>
0028         <Action name="debug_stepinto"/>
0029         <Action name="debug_stepout"/>
0030         <WeakSeparator/>
0031     </ToolBar>
0032 
0033     <State name="ended">
0034          <enable>
0035              <Action name="debug_continue"/>
0036 +        </enable>
0037         <disable>
0038             <Action name="debug_pause"/>
0039             <Action name="debug_runtocursor"/>
0040             <Action name="debug_stepover"/>
0041             <Action name="debug_stepoverinst"/>
0042             <Action name="debug_stepinto"/>
0043             <Action name="debug_stepintoinst"/>
0044             <Action name="debug_stepout"/>
0045             <Action name="debug_jumptocursor"/>
0046             <Action name="debug_showcurrentline"/>
0047         </disable>
0048     </State>
0049     <State name="paused">
0050         <enable>
0051             <Action name="debug_continue"/>
0052             <Action name="debug_runtocursor"/>
0053             <Action name="debug_stepover"/>
0054             <Action name="debug_stepoverinst"/>
0055             <Action name="debug_stepinto"/>
0056             <Action name="debug_stepintoinst"/>
0057             <Action name="debug_stepout"/>
0058             <Action name="debug_jumptocursor"/>
0059             <Action name="debug_showcurrentline"/>
0060         </enable>
0061     </State>
0062     <State name="active">
0063         <enable>
0064             <Action name="debug_pause"/>
0065         </enable>
0066         <disable>
0067             <Action name="debug_continue"/>
0068             <Action name="debug_runtocursor"/>
0069             <Action name="debug_stepover"/>
0070             <Action name="debug_stepoverinst"/>
0071             <Action name="debug_stepinto"/>
0072             <Action name="debug_stepintoinst"/>
0073             <Action name="debug_stepout"/>
0074             <Action name="debug_jumptocursor"/>
0075             <Action name="debug_showcurrentline"/>
0076         </disable>
0077     </State>
0078     <State name="stopped">
0079         <enable>
0080             <Action name="debug_continue"/>
0081         </enable>
0082         <disable>
0083             <Action name="debug_pause"/>
0084             <Action name="debug_runtocursor"/>
0085             <Action name="debug_stepover"/>
0086             <Action name="debug_stepoverinst"/>
0087             <Action name="debug_stepinto"/>
0088             <Action name="debug_stepintoinst"/>
0089             <Action name="debug_stepout"/>
0090             <Action name="debug_jumptocursor"/>
0091             <Action name="debug_showcurrentline"/>
0092         </disable>
0093     </State>
0094 </gui>