File: python-debugger-toolbar.xml

package info (click to toggle)
pida 0.5.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 5,048 kB
  • ctags: 8,108
  • sloc: python: 39,653; ansic: 4,850; xml: 2,060; sh: 183; makefile: 152
file content (11 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<ui>
    <toolbar>
        <placeholder name="DebugToolbar">
        <toolitem action="debug_start" name="debug_start" />
        <toolitem action="debug_break" name="debug_break" />
        <toolitem action="debug_next" name="debug_next" />
        <toolitem action="debug_step" name="debug_step" />
        <toolitem action="debug_return" name="debug_return" />
        </placeholder>
    </toolbar>
</ui>