You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.8 KiB
69 lines
1.8 KiB
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="KDevRbDebugger" version="10">
|
|
<MenuBar>
|
|
<Menu name="debug">
|
|
<text>&Debug</text>
|
|
<Action name="debug_run" group="debug"/>
|
|
<Action name="debug_stop" group="debug"/>
|
|
<Action name="debug_pause" group="debug"/>
|
|
<Action name="debug_runtocursor" group="debug"/>
|
|
<Separator group="debug"/>
|
|
<Action name="debug_stepover" group="debug"/>
|
|
<Action name="debug_stepinto" group="debug"/>
|
|
<Action name="debug_stepout" group="debug"/>
|
|
<Separator group="debug"/>
|
|
<Action name="debug_toggle_breakpoint" group="debug"/>
|
|
<Action name="debug_disable_breakpoint" group="debug"/>
|
|
<Separator group="debug"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="debugToolBar">
|
|
<text>Debugger Toolbar</text>
|
|
<Action name="debug_run"/>
|
|
<Action name="debug_stepover"/>
|
|
<Action name="debug_stepinto"/>
|
|
<Action name="debug_stepout"/>
|
|
<WeakSeparator/>
|
|
</ToolBar>
|
|
<State name="stopped">
|
|
<enable>
|
|
<Action name="debug_run"/>
|
|
</enable>
|
|
<disable>
|
|
<Action name="debug_stop"/>
|
|
<Action name="debug_pause"/>
|
|
<Action name="debug_runtocursor"/>
|
|
<Action name="debug_stepover"/>
|
|
<Action name="debug_stepinto"/>
|
|
<Action name="debug_stepout"/>
|
|
</disable>
|
|
</State>
|
|
<State name="paused">
|
|
<enable>
|
|
<Action name="debug_run"/>
|
|
<Action name="debug_stop"/>
|
|
<Action name="debug_runtocursor"/>
|
|
<Action name="debug_stepover"/>
|
|
<Action name="debug_stepinto"/>
|
|
<Action name="debug_stepout"/>
|
|
</enable>
|
|
<disable>
|
|
<Action name="debug_pause"/>
|
|
</disable>
|
|
</State>
|
|
<State name="active">
|
|
<enable>
|
|
<Action name="debug_pause"/>
|
|
<Action name="debug_stop"/>
|
|
</enable>
|
|
<disable>
|
|
<Action name="debug_run"/>
|
|
<Action name="debug_runtocursor"/>
|
|
<Action name="debug_stepover"/>
|
|
<Action name="debug_stepinto"/>
|
|
<Action name="debug_stepout"/>
|
|
</disable>
|
|
</State>
|
|
</kpartgui>
|
|
|