foundry
foundry copied to clipboard
Forge debugger should be able to dump buffers (or even entire state) to disk
Component
Forge
Describe the feature you would like
It's currently not possible to copy or more closely inspect memory/calldata/returndata; it would nice to be able to dump them to disk to inspect more easily for eg formatting errors. It may even be nice to dump the entire EVM state – but dumping buffers seems like a good first step.
Additional context
No response