What can I do to make hardhat display the full stack information? #4116
Unanswered
ziyiyu
asked this question in
Troubleshooting
Replies: 1 comment
-
If that address corresponds to a contract from your project, then you should see it there. If you aren't, that might be a bug on our side. If you can create a minimal reproducible example of this, please open an issue with it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run the test script on the hardhat local host, I want to get ERROR StackTrace. If I deploy a contract through hardhat, I can get useful information. But if the contract already exists, it will display as follows. Even though I have the corresponding contract code, I can't tell where the error occurred. What can I do to make hardhat display the full stack information?

Beta Was this translation helpful? Give feedback.
All reactions