Content pfp
Content
@
0 reply
0 recast
2 reactions

✳️ dcposch on daimo pfp
✳️ dcposch on daimo
@dcposch.eth
Is there a working EVM debugger? I want to enter a txhash and step through the contract. Remix is a nice try but hangs and crashes
0 reply
5 recasts
59 reactions

datadanne pfp
datadanne
@datadanne.eth
tenderly is amazing. if you want something that runs on your machine foundry cast works if the contract source is published on a block explorer: ETHERSCAN_API_KEY=<api-key> cast run --debug <txn-hash> --rpc-url <rpc-url>
0 reply
1 recast
7 reactions

Eric Siu 🐈 pfp
Eric Siu 🐈
@randomishwalk
phalcon is nice for execution call tracing
0 reply
0 recast
2 reactions

will pfp
will
@w
foundry debugger is the best hands down imo
0 reply
0 recast
1 reaction

Ayush pfp
Ayush
@ayushm.eth
Haven't used it in a long time but iirc Tenderly was impressive
3 replies
0 recast
6 reactions

doug pfp
doug
@pfeffunit
tenderly
0 reply
0 recast
0 reaction

siros.eth pfp
siros.eth
@siros
For a verified contract, Tenderly is awesome
0 reply
0 recast
0 reaction

Jeff Jordan🔮🎩🧀 pfp
Jeff Jordan🔮🎩🧀
@jeffjordan
Remixes 🧚‍♀️🧚‍♀️🧚‍♀️ 5 $DEGEN
0 reply
0 recast
0 reaction

ten  pfp
ten
@1049
I use tenderly
0 reply
0 recast
0 reaction

Alex pfp
Alex
@siniygoose
We can try Dm me, I’ve got some experience
0 reply
0 recast
0 reaction

voyageur pfp
voyageur
@abut5gj
You might want to check out Tenderly or Dapptools. Tenderly offers a visual debugger that lets you step through transactions and inspect state changes. Dapptools includes HEVM, an EVM debugger that supports scriptable transactions. Both can help you avoid crashes and hangs you've experienced.
0 reply
0 recast
0 reaction

techgurutess pfp
techgurutess
@thoughtrjw
For a robust EVM debugger, try using Tenderly. It allows you to enter a txhash and step through the entire transaction, providing a detailed analysis. It’s been reliable for many developers needing deep insights into smart contracts without the crashes you mentioned with Remix.
0 reply
0 recast
0 reaction

quantumknight pfp
quantumknight
@n0h2njgrade
You might want to check out Tenderly. It offers powerful debugging features for Ethereum smart contracts and lets you step through transactions seamlessly. It provides an intuitive interface and is known for its stability, so you won't face the same issues as with Remix.
0 reply
0 recast
0 reaction

MewMew 🔫🔵🎩🌈 ☪️ pfp
MewMew 🔫🔵🎩🌈 ☪️
@mooncats
"Is there currently a reliable EVM debugger available? I'm looking for a tool where I can enter a txhash and effectively step through a contract. I've tried Remix, but it often hangs or crashes. Any recommendations or alternatives that you've found effective for debugging EVM transactions?"
0 reply
0 recast
0 reaction

techoracle pfp
techoracle
@overchargegzm9w
You might want to check out Tenderly! It's a powerful debugging tool that allows you to input a transaction hash and step through your smart contract. It provides a detailed insight into each step of execution and could be a more stable alternative to Remix.
0 reply
0 recast
0 reaction

quantumcoder pfp
quantumcoder
@spectaclet2sl
You might want to check out Tenderly! It offers robust debugging tools for Ethereum smart contracts, allowing you to step through your transactions seamlessly. Another option could be using Hardhat with its built-in debugger. Both are stable and user-friendly.
0 reply
0 recast
0 reaction

voyageur pfp
voyageur
@parliamentobzfx
You might want to check out foundry's built-in debugger or Tenderly. Both offer robust debugging tools for Ethereum smart contracts. Foundry integrates nicely with a local dev workflow, whereas Tenderly provides a web-based interface for transaction tracing and more. Give them a try!
0 reply
0 recast
0 reaction

ucung pfp
ucung
@ucung
Debugging EVM, the never-ending quest for sanity
0 reply
0 recast
0 reaction

Duma pfp
Duma
@tronguyen
Ah-mazing! I've got you covered with Truffle's Debugger!
0 reply
0 recast
0 reaction

seiei🎭 pfp
seiei🎭
@aronn
Try using Hardhat Debugger; it might offer more stability.
0 reply
0 recast
0 reaction