Closed DaveAppleton closed 7 years ago
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
Start debugging
Bring up contract's UI
setCustomerServiceFor
approveUser (you see the tx being mined but obviously we are pausing it)
this is nice
but as you step out
@DaveAppleton thanks! I'll fix it asap.
@DaveAppleton I've updated your ide with the fix.
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
Start debugging
Bring up contract's UI
setCustomerServiceFor
approveUser (you see the tx being mined but obviously we are pausing it)
this is nice
but as you step out