DEV Community

Discussion on: Debugging transactions in Ethereum. Part 2: Truffle and Buidler

Collapse
 
gorgos profile image
Markus Waas

The revert messages in Solidity (+support in Truffle) definitely helped a lot, but a stack-trace can still be pretty useful a lot of times. Same with the console.log vs. events. It is really annoying not seeing events for reverted transactions. I have never tried actually debugging a transaction directly with Truffle, thanks for the tip.