dapphub / dapptools

Dapp, Seth, Hevm, and more

Home Page:https://dapp.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seth debug giving: `hevm: JSON lacks abstract syntax trees`

Divide-By-0 opened this issue · comments

When I do --no-src, everything is good. However, I want to view the src of just my txn, not any before it. However, when stepping through them with a seth debug on a mainnet txn, I get this error on a transaction that's not even my own.

hevm: JSON lacks abstract syntax trees.
CallStack (from HasCallStack):
  error, called at src/EVM/Solidity.hs:339:22 in hevm-0.49.0-1OgpCom5DBh3xWwR8mjsIg:EVM.Solidity

Is it possible to run seth debug only looking at the src for specific files in specific transactions, instead of each txn uptil the one I'm debugging?