-
Notifications
You must be signed in to change notification settings - Fork 182
fix: add VM Execution State #2043
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
base: main
Are you sure you want to change the base?
Conversation
The changelog needs to be updated. |
Hi @crStiv, could you share a bit more information on the usecases of this new structure? Why are those particular fields necessary? |
@JulianGCalderon
I picked these specijfic fields after some trial and error - they're the minimum set that actualy gives you the full picture of what's hapening in the VM. Happy to go deeper if needed. |
@FrancoGiachetta got you, changelog is updated now, and deleted comments to the test as well |
Is it possible for you to tell us what you are doing that needs this information at some point in the program? |
@FrancoGiachetta |
Add VM Execution State
Description
Added ExecutionState structure and get_execution_state() method to capture current VM state. Helps with debugging and simplifies integration with external tools.
What's included:
Checklist