Warning, /utilities/kate/addons/gdbplugin/ui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
0003 <gui name="kategdbplugin" library="kategdbplugin" version="2" translationDomain="kategdbplugin">
0004   <MenuBar>
0005     <Menu name="debug">
0006       <Text>&amp;Debug</Text>
0007       <Action name="targets"/>
0008       <Action name="argLists"/>
0009       <Separator/>
0010       <Action name="debug"/>
0011       <Action name="kill"/>
0012       <Action name="rerun"/>
0013       <Separator/>
0014       <Action name="toggle_breakpoint"/>
0015       <Action name="step_in"/>
0016       <Action name="step_over"/>
0017       <Action name="step_out"/>
0018       <Action name="move_pc"/>
0019       <Action name="run_to_cursor"/>
0020       <Action name="continue"/>
0021       <Separator/>
0022       <Action name="print_value"/>
0023     </Menu>
0024   </MenuBar>
0025   <Menu name="ktexteditor_popup" noMerge="1">
0026     <Action name="popup_gdb"/>
0027   </Menu>
0028   <ToolBar name="gdbplugin">
0029     <text>Debug Plugin</text>
0030     <Action name="toggle_breakpoint"/>
0031     <Action name="step_in"/>
0032     <Action name="step_over"/>
0033     <Action name="step_out"/>
0034     <Action name="run_to_cursor"/>
0035     <Action name="continue"/>
0036   </ToolBar>
0037 </gui>
0038 <!-- kate: space-indent on; indent-width 4; replace-tabs on; -->