Breakpoints and watching values

More importantly, Truffle’s debugger console enables you to toggle a breakpoint by pressing b and then pressing c to debug until reaching the breakpoint. Additionally, you can choose a variable (state or local) to watch using +:variable_name or by pressing v at any debugging step.

For example, if we debug the transaction initiated by the first (successful) Cplayer test (the addPlayer() test), we can visualize the values of each variable using the v option, as follows:

Make sure to experiment with all the debugger features introduced earlier. A good start point would be to read Truffle’s documentation.

Now, roll back the changes, and save the contract to try debugging with Remix.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset