aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethereal/debugger.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ethereal/debugger.go b/ethereal/debugger.go
index 17087f8ce..a82dcb43f 100644
--- a/ethereal/debugger.go
+++ b/ethereal/debugger.go
@@ -133,6 +133,8 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
contract := ethchain.NewStateObject([]byte{0})
contract.Amount = value
+ self.SetAsm(script)
+
callerClosure := ethchain.NewClosure(account, contract, script, state, gas, gasPrice)
block := self.lib.eth.BlockChain().CurrentBlock