You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently printing arbitrary stuff inside a contract for debugging purposes is hard. We want to have a way to basically enable people to spam println's across the contracts so that debugging them is much easier.
Possible Solution
We should investigate usage of ecall to extend a VM with such instruction such that we can print arbitrary stuff. This new VM should easily be usable with upcoming forc-node (#5689)
The text was updated successfully, but these errors were encountered:
Problem
Currently printing arbitrary stuff inside a contract for debugging purposes is hard. We want to have a way to basically enable people to spam
println
's across the contracts so that debugging them is much easier.Possible Solution
We should investigate usage of
ecall
to extend a VM with such instruction such that we can print arbitrary stuff. This new VM should easily be usable with upcomingforc-node
(#5689)The text was updated successfully, but these errors were encountered: