eosio.cdt
eosio.cdt copied to clipboard
Contract Debugging
Create a debugging platform for smart contracts.
- [ ] Implementing the GDB server protocol in the WASM backend. This will be a master and slave thread model, so that a "native" breakpoint does not halt the server.
- [ ] Creating a new testing framework for CDT and a "dumb" node for debugging purposes.
- [ ] Adding Python helpers for LLDB to handle the peculiarities of smart contract debugging.
I look forward to it being realized, thank you for your hard work~
Is this plan still in progress? Looking forward to this technical support
@larryk85 Is it still going on? Or are you stuck with some difficult problem?