Show HN: A Solidity CLI Tracer and Debugger(github.com) 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. |