aboutsummaryrefslogtreecommitdiffstats
path: root/Mist/debugger.go
diff options
context:
space:
mode:
Diffstat (limited to 'Mist/debugger.go')
-rw-r--r--Mist/debugger.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mist/debugger.go b/Mist/debugger.go
index 7bc544377..2b9081419 100644
--- a/Mist/debugger.go
+++ b/Mist/debugger.go
@@ -284,6 +284,8 @@ func (d *Debugger) halting(pc int, op ethvm.OpCode, mem *ethvm.Memory, stack *et
d.win.Root().Call("setStorage", storeVal{fmt.Sprintf("% x", key), fmt.Sprintf("% x", node.Str())})
})
+ d.win.Root().ObjectByName("info").Set("text", fmt.Sprintf(`stack frame %v`, new(big.Int).SetBytes(mem.Get(0, 32))))
+
out:
for {
select {