You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the title, in some cases, I need to understand the execution of my smart contracts. I want to step through the bytecode execution line by line in a debugger, but I haven’t found any ready-made tools or APIs in revm that support this functionality. Shouldn’t this be a feature that an EVM should inherently support?