-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
foundry debug: unknown address at #5410
Comments
UPD. First bad commit for me is 6fbf017. |
I've been experiencing the same thing. I've only used Here's the command I'm using right now: $ forge test -vvv --mc ReenterTest --debug "test_Attack()" Folder layout
Additional details:
|
Unable to reproduce with given setup of OP Marking as duplicate of #5435, continuing conversation there Any minimal reproduction would still be very much appreciated |
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (56adbe4 2023-07-16T07:03:29.896803000Z)
What command(s) is the bug in?
forge debug --debug
Operating System
Windows
Describe the bug
I use debug in foundry, but it doesn't show the contract code. I have read these two issues, but doesn't work. issues#2348 and issues#2947
input:
forge debug --debug src/Counter.sol --sig "setMember()"
contract:
The text was updated successfully, but these errors were encountered: