You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran through the instructions in DebuggingTransactions.pdf with Yuri, and encountered some problems:
Setting a breakpoint in CloseRound and hitting continue in the debugger did not move the execution of the transaction forward to the breakpoint
When moving through the instructions with the "Step Into" button, the current line in the contract is not highlighted. Scrubbing with the horizontal scroll bar does highlight portions of the contract code, though.
I imagine this is going to be difficult to reproduce. FWIW, I was running remix on chromium 67.0.3396.99, on a very slow laptop.
The text was updated successfully, but these errors were encountered:
I ran through the instructions in
DebuggingTransactions.pdf
with Yuri, and encountered some problems:Setting a breakpoint in
CloseRound
and hitting continue in the debugger did not move the execution of the transaction forward to the breakpointWhen moving through the instructions with the "Step Into" button, the current line in the contract is not highlighted. Scrubbing with the horizontal scroll bar does highlight portions of the contract code, though.
I imagine this is going to be difficult to reproduce. FWIW, I was running remix on chromium 67.0.3396.99, on a very slow laptop.
The text was updated successfully, but these errors were encountered: