-
Notifications
You must be signed in to change notification settings - Fork 325
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
example how to use source maps #888
Comments
hevm expects at least the following components in the solc output json:
I'm not familiar with truffle usage, but I suspect that the sourcemaps are not included in the output from |
@d-xo can you add source maps when you download them from etherscan using |
|
Hello,
i'm trying to use the interactive debugger in hevm. Contracts are compiled with
truffle compile
. Unfortunately I can not figure out how to set the source maps. I have tried like thisI always get
<no source map>
in the debugger. I also can't seem to find it in the documentation.I'd appreciate an example how to compile the contracts so I can debug a tx on chain with source code mapping.
Thank you
The text was updated successfully, but these errors were encountered: