Attention!You are viewing unreleased ink! 6 docs. Click here to view the latest docs.
Pre-compile
We don't have any examples for debugging with pre-compiles yet.
Our intention is to add an explanation here, once the pre-compile API
in pallet-revive
is released.
The overarching with pre-compiles for debugging is to implement one that
outputs log information to the node process console (stdout
or stderr
).
This pre-compile could then be called from within an ink! contract.