support remote debug
This commit is contained in:
@@ -239,14 +239,20 @@
|
||||
checked
|
||||
title="" data-original-title="自动将参数转为JSON对象"/>
|
||||
</div>
|
||||
|
||||
<input class="form-control input-group-small"
|
||||
id="remoteDebugPort"
|
||||
placeholder="远程调试端口" class="modal_input"/>
|
||||
|
||||
<select id="selectDumpPeriod" class="custom-select"
|
||||
style="appearance: none">
|
||||
<option selected>不保存</option>
|
||||
<option>/12hours自动保存</option>
|
||||
<option>/1day自动保存</option>
|
||||
<option>/2days自动保存</option>
|
||||
<option>选择状态保存模式</option>
|
||||
<option>/12hours</option>
|
||||
<option>/1day</option>
|
||||
<option>/2days</option>
|
||||
<option>状态保存模式</option>
|
||||
</select>
|
||||
|
||||
<div class="input-group-append">
|
||||
<button onclick="deleteYpk()"
|
||||
type="button" title="删除该合约ypk文件" data-toggle="tooltip"
|
||||
@@ -257,9 +263,15 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="input-group-append">
|
||||
<button type="button" class="btn btn-outline-primary"
|
||||
title="使用该ypk单点调试启动" data-toggle="tooltip"
|
||||
onclick="startContractAtSlave(true)">
|
||||
<img alt="Brand" src="./images/onlineide/debug.png"
|
||||
class="buttonimg">
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-primary"
|
||||
title="使用该ypk单点启动合约" data-toggle="tooltip"
|
||||
onclick="startContractAtSlave()">
|
||||
onclick="startContractAtSlave(false)">
|
||||
<img alt="Brand" src="./images/onlineide/start.png"
|
||||
class="buttonimg">
|
||||
</button>
|
||||
@@ -1366,6 +1378,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user