ethereum / remix-workshops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugger doesn't work as described in DebuggingTransactions.pdf

coventry opened this issue · comments

I ran through the instructions in DebuggingTransactions.pdf with Yuri, and encountered some problems:

  1. Setting a breakpoint in CloseRound and hitting continue in the debugger did not move the execution of the transaction forward to the breakpoint

  2. 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.