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
Smart contracts are hard to debug. This feature would allow printing console.log messages. Currently the only way to debug transactions is thru tx.call_trace() and tx.subcalls
Overview
Smart contracts are hard to debug. This feature would allow printing console.log messages. Currently the only way to debug transactions is thru tx.call_trace() and tx.subcalls
Specification
inlucde EVM that does allow printing console.log.
https://buidler.dev/buidler-evm/
Dependencies
@nomiclabs
The text was updated successfully, but these errors were encountered: