Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easily start a local node instance with access to debug print statements #6722

Open
kayagokalp opened this issue Nov 13, 2024 · 0 comments
Open
Labels
enhancement New feature or request forc testing General testing

Comments

@kayagokalp
Copy link
Member

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 upcoming forc-node (#5689)

@kayagokalp kayagokalp added enhancement New feature or request forc testing General testing labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request forc testing General testing
Projects
None yet
Development

No branches or pull requests

1 participant