We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add tracing to the cairo-vm in the Cairo 0 runs and cairo-1-run crate https://crates.io/crates/tracing
The idea is to add some tracing, make debugging easier, and get extra info on the program execution. Similar to what we do in cairo_native https://github.com/lambdaclass/cairo_native/blob/60796b938eef20ab2fc55466100cbd4ed1158a4b/src/compiler.rs#L120
Some info the tracing can show:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add tracing to the cairo-vm in the Cairo 0 runs and cairo-1-run crate
https://crates.io/crates/tracing
The idea is to add some tracing, make debugging easier, and get extra info on the program execution.
Similar to what we do in cairo_native
https://github.com/lambdaclass/cairo_native/blob/60796b938eef20ab2fc55466100cbd4ed1158a4b/src/compiler.rs#L120
Some info the tracing can show:
The text was updated successfully, but these errors were encountered: