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

Forge debugger should be able to dump all the steps (with state) to a file #7364

Open
piohei opened this issue Mar 11, 2024 · 0 comments · May be fixed by #7375
Open

Forge debugger should be able to dump all the steps (with state) to a file #7364

piohei opened this issue Mar 11, 2024 · 0 comments · May be fixed by #7375
Labels
T-feature Type: feature

Comments

@piohei
Copy link

piohei commented Mar 11, 2024

Component

Forge

Describe the feature you would like

As an extension to that request it would be perfect to be able to dump to a file all execution steps recorded by the debugger (step with a state at that point in execution link). Thanks to that it would be possible not only to use it as interactive tool but would also allow static analysis for other tools too.

Example:
Find the most "gas consuming" line of code could be done by parsing that file, counting the gas usage per line and printing the result.

If you like the idea I would like to make a PR for it.

Additional context

No response

@piohei piohei added the T-feature Type: feature label Mar 11, 2024
@piohei piohei linked a pull request Mar 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-feature Type: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant