:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
This PR implements a visual debugger in Truffle Dashboard.
To test this, check out the branch and build everything with yarn bootstrap. In packages/dashboard run yarn start:server and yarn start:react in two separate terminals. In a browser navigate to localhost:3000. Then click on the Debugger tab on the left to access it.
You can then connect MetaMask to the network where the tx you want to debug exists. Ensure you have the necessary compilations saved in your browser (see the Gist linked below for more details on this) and paste the tx hash in the input field.
See this Gist on getting compilations saved in the browser.
This PR implements a visual debugger in Truffle Dashboard.
To test this, check out the branch and build everything with
yarn bootstrap
. Inpackages/dashboard
runyarn start:server
andyarn start:react
in two separate terminals. In a browser navigate tolocalhost:3000
. Then click on the Debugger tab on the left to access it.You can then connect MetaMask to the network where the tx you want to debug exists. Ensure you have the necessary compilations saved in your browser (see the Gist linked below for more details on this) and paste the tx hash in the input field.
See this Gist on getting compilations saved in the browser.