trufflesuite / truffle-debugger

Core functionality for debugging Solidity files built with Truffle
67 stars 12 forks source link

Support arrays of structs #31

Open gnidan opened 6 years ago

riordant commented 6 years ago

Whats the status on this? thanks

gnidan commented 6 years ago

@riordant - Thanks for reaching out! This ticket and #30 (mapping support) will probably wait until I've gotten the chance to work on #39 (support for libraries and inheritance) and #44 (supporting truffle test). I'd like to get those working properly before getting back to adding these missing data types.

That being said, feel free to open a PR for this!

riordant commented 6 years ago

Awesome, thank you for your quick response :)