Truffle Debug fails in two distinct ways #5918
Replies: 2 comments 2 replies
-
Any solution for this or work around. I'm facing this when I run |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry, only just saw this! I have no idea what's up with the first error. You should likely file an issue about that. As for the second -- the debugger relies on the Hope that's helpful! |
Beta Was this translation helpful? Give feedback.
-
I have a few failed mainnet transactions and can't seem to use truffle debug to discover the problem. The contract is verified on Etherscan, and you can see it here: https://goerli.etherscan.io/address/0xD000670c7e3b7ab43bAdBd0b038E4cF6bDfd0236
When I use
truffle debug
alone I will get a response like this:If I add a transaction hash like this:
truffle debug 0x5a748a0fd8c21898021823a424da94576f5d794ed9867bd62a7bd3027473ce00 --network mainnet
then this happens:So clearly it's running in the second version, but just claiming
debug_traceTransaction
doesn't exist. Any thoughts on what I'm doing wrong / how I can fix this?Beta Was this translation helpful? Give feedback.
All reactions