1
0
forked from 0ad/0ad

My modifications to the jsdebugger's web GUI. Adds a few features and makes it compatible with the current server-side code. Closes #410

This was SVN commit r13240.
This commit is contained in:
Yves 2013-03-07 14:41:03 +00:00
parent 28200e6a04
commit d892e1887a
4 changed files with 582 additions and 347 deletions

View File

@ -31,10 +31,12 @@
</div>
<div data-options="region:'east',split:true" title="Actions" style="width:150px;">
<a href="" id="step" class="easyui-linkbutton" style="margin:2px">Step</a> <br>
<a href="" id="step_into" class="easyui-linkbutton" style="margin:2px">Step Into</a> <br>
<a href="" id="step_out" class="easyui-linkbutton" style="margin:2px">Step Out</a> <br>
<a href="" id="continue" class="easyui-linkbutton" style="margin:2px">Continue</a> <br>
<a href="" id="step" class="easyui-linkbutton" style="margin:2px">Step</a> <br>
<a href="" id="step_into" class="easyui-linkbutton" style="margin:2px">Step into</a> <br>
<a href="" id="step_out" class="easyui-linkbutton" style="margin:2px">Step out</a> <br>
<a href="" id="continue" class="easyui-linkbutton" style="margin:2px">Continue</a> <br>
<a href="" id="continue_thread" class="easyui-linkbutton" style="margin:2px">Continue thread</a> <br>
<a href="" id="break" class="easyui-linkbutton" style="margin:2px">Break</a> <br>
</div>
<div id="filePanel" data-options="region:'center'" title="File">

View File

@ -62,4 +62,7 @@
}
.icon-mini-refresh{
background:url('icons/mini_refresh.png') no-repeat center center;
}
}
.icon-loading{
background:url('icons/loading.gif') no-repeat center center;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because it is too large Load Diff