Settings

Theme

Show HN: A Solidity CLI Tracer and Debugger

github.com

2 points by tomw1808 a month ago · 0 comments · 1 min read

Reader

Hi HN,

I had a few days during the easter break to finish up a long standing project I had in mind for my solidity development: a cli based debugger and tracer.

I used truffle-debug a lot, but the whole project got sunset (and was painfully slow anyways, but thats a different story). I was never into hardhat, but I really like foundry as a successor. I always missed a properly formatted tracer and debugger like we know it from tenderly, but cli based, with local, text based outputs.

I wanted something a human and an LLM can use. So, I sat down and I wired up foundry into a tx replay with revm, also all in rust, same style as foundry itself. If you use foundry then soldebug will be just as easy to use.

Anyways, its a first version, but maybe its also helpful for others. If you find it useful (or not), let me know, or generally, any feedback very welcome.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection