1<?xml version="1.0"?>
2<interface>
3  <menu id="run-menu">
4    <section id="run-menu-section">
5      <item>
6        <attribute name="id">debugger-run-handler</attribute>
7        <attribute name="after">default-run-handler</attribute>
8        <attribute name="action">run-manager.run-with-handler</attribute>
9        <attribute name="target">debugger</attribute>
10        <attribute name="label" translatable="yes">Run with Debugger</attribute>
11        <attribute name="verb-icon-name">builder-debugger-symbolic</attribute>
12        <attribute name="accel">F5</attribute>
13      </item>
14    </section>
15  </menu>
16  <menu id="project-tree-run-with-submenu">
17    <section id="project-tree-menu-run-with-section">
18      <item>
19        <attribute name="id">project-tree-menu-debug</attribute>
20        <attribute name="label" translatable="yes">Run with _Debugger</attribute>
21        <attribute name="action">buildui.run-with-handler</attribute>
22        <attribute name="target" type="s">'debugger'</attribute>
23      </item>
24    </section>
25  </menu>
26</interface>
27