Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Support debugging in cargo-concordium. #147

Closed abizjak closed 9 months ago

abizjak commented 9 months ago

Purpose

Support the new debugging support in both concordium-std and the testing library.

The cargo concordium run command will now output any collected debug information if so desired.

cargo concordium test additionally supports --allow-debug flag, and if this is set it will enable debugging when building contracts, and also output debug output after running the tests.

Depends on

Checklist