-
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
"Unknown Contract at address <address>" inside the debugger #2348
Comments
Can you provide more context? What contract do you expect this to be? |
This is the contract I am testing:
This is the test contract:
The command I am running is: |
You are not at PC 0, so this is later during execution. I need to know what contract you expect to be in at that point in the program |
I've never had that part show up correctly... always says unknown contract |
Does any part of the debugger show correct contracts? If you run the test with |
Debugger trying to display |
|
Closing this since I can't reproduce it, but feel free to reopen if this is still the case with some more context 😄 |
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (153ae19 2022-06-26T00:04:15.775569508Z)
What command(s) is the bug in?
forge test --debug
Operating System
Windows
Describe the bug
I am unable to get the contract solidity code to show up in the debugger:
The text was updated successfully, but these errors were encountered: