2018-01-04 00:22:59 +04:00

63 lines
2.1 KiB
XML

<a:application xmlns:a="http://ajax.org/2005/aml">
<a:bar id="hbox" skin="toolbar-top" class="fakehbox aligncenter debugger_buttons basic">
<a:button id="btnResume"
tooltip = "Resume"
icon = "true"
command = "resume"
skin = "c9-menu-btn"
class = "nosize play"
visible = "false" />
<a:button id="btnSuspend"
tooltip = "Suspend"
skin = "c9-menu-btn"
class = "nosize pause"
icon = "true"
command = "suspend"
disabled = "true" />
<a:button id="btnStepOver"
tooltip = "Step Over"
icon = "true"
skin = "c9-menu-btn"
class = "nosize step"
command = "stepover"
disabled = "true" />
<a:button id="btnStepInto"
tooltip = "Step Into"
icon = "true"
skin = "c9-menu-btn"
class = "nosize stepinto"
command = "stepinto"
disabled = "true" />
<a:button id="btnStepOut"
tooltip = "Step Out"
icon = "true"
skin = "c9-menu-btn"
class = "nosize stepback"
command = "stepout"
disabled = "true" />
<a:divider skin="c9-divider" style="margin:0 3px 0 3px" />
<a:button id="btnPause"
tooltip = "Don't pause on exceptions"
icon = "true"
class = "pause0 nosize exception_break"
skinset = "default"
skin = "c9-menu-btn" />
</a:bar>
<a:bar id="hbox2"
class = "fakehbox aligncenter debugger_buttons bottombuttons basic"
skin = "toolbar-bottom"
skinset = "debugger"
bottom = "0"
right = "0"
left = "0">
<a:divider skin="c9-divider" />
<a:button id="btnOutput"
caption = "Output"
skinset = "default"
skin = "c9-menu-btn" />
<a:button id="btnImmediate"
caption = "Immediate"
skinset = "default"
skin = "c9-menu-btn" />
</a:bar>
</a:application>