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
-
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?
![image](https://private-user-images.githubusercontent.com/26920829/251196507-6b82199c-34c9-47c0-9304-47c0dd882b41.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTgxMDEsIm5iZiI6MTczOTY5NzgwMSwicGF0aCI6Ii8yNjkyMDgyOS8yNTExOTY1MDctNmI4MjE5OWMtMzRjOS00N2MwLTkzMDQtNDdjMGRkODgyYjQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA5MjMyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA5MDYxM2NmNzdhYWJjY2ViN2ZlMzdlOGNhOGE3OTYzNzkxYzRkODUwMDFlYTM0NzdkZGNlOTdhMzFhZjNjOWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HN0nf5STGnuSpgZIaibK0sTN88-qDfYr2_dN9L-xsbk)
Beta Was this translation helpful? Give feedback.
All reactions