Closed
Description
Component
Forge
Describe the feature you would like
When debugging contracts with external libraries, the selectors are not automatically decoded in the stack traces. This makes debugging marginally more cumbersome. This is fixed by running forge selectors cache
. Ideally, this is ran/updated upon a build such that devs will not have to run the command. I personally would not have known to run this command without going onto the foundry telegram, and know of other devs who have ran into this problem, so think this would be a great improvement in the DX.
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Done