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
For classic printf-style debugging you can use a host function to produce some logs.
You can also set RUST_LOG=trace POLKAVM_BACKEND=interpreter environment variables (assuming you're using env_logger and using Config::from_env) to get it to log whatever it is executing, values of the registers, etc. For example:
Any tips on how to debug a guest program? e.g. How to make it log something
The text was updated successfully, but these errors were encountered: