FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.58k stars 5.37k forks source link

Support debugging while attached to a local node. #6735

Open JoshuaBatty opened 1 week ago

JoshuaBatty commented 1 week ago

Make forc-debug support debugging live transactions attached to a local fuel-core (attach mode) → Deploy a contract to local node, call the contract and then step through using the debugger.

We should research how other blockchain specific debug tools work in foundry, truffle and tenderly etc..