ether-camp / ethereum-sandbox

Ethereum Sandbox
GNU Affero General Public License v3.0
7 stars 8 forks source link

sandbox stops after debugging first function #8

Closed DaveAppleton closed 7 years ago

DaveAppleton commented 7 years ago

Sandbox seems to stop after debugging a single function

Steps to reproduce

In the contract that I have loaded, start debugging

set breakpoint at line 383 (first line of approveuser)

you have to call setCustomerService first, currency = MYR, address = 0xdedb49385ad5b94a16f236a6890cf9e0b1e30392 (address of founder / sender)

then call approveUser from the same address approving same user (0xdedb49385ad5b94a16f236a6890cf9e0b1e30392) and MYR

when you reach the end of the last line the sandbox stops.

Set breakpoint image

Start debugging image

Bring up contract's UI image

setCustomerServiceFor image

approveUser image (you see the tx being mined but obviously we are pausing it)

this is nice image

but as you step out image

asinyagin commented 7 years ago

@DaveAppleton thanks! I'll fix it asap.

asinyagin commented 7 years ago

@DaveAppleton I've updated your ide with the fix.