@ -224,8 +224,8 @@ ApplicationWindow {
}
function setInstruction(num) {
asmTableView.selection.clear()
//asmTableView.selection.clear()
asmTableView.selection.select(num)
//asmTableView.selection.select(num)
function setMem(mem) {
@ -71,6 +71,7 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
var err error
script := ethutil.StringToByteFunc(scriptStr, func(s string) (ret []byte) {
ret, err = ethutil.Compile(s)
fmt.Printf("%x\n", ret)
return
})