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
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
When you step over to the line with d[0].test or d[1].test, there's an issue stopping on the next lines. Seems like the calldepth grows and doesn't go back to a diff of 0 before moving onto other lines. Not quite sure what's going on with this. I wonder if it's only during contract creation or if there's something about the bytecode of struct member assignment?
The text was updated successfully, but these errors were encountered:
When you step over to the line with
d[0].test
ord[1].test
, there's an issue stopping on the next lines. Seems like the calldepth grows and doesn't go back to a diff of 0 before moving onto other lines. Not quite sure what's going on with this. I wonder if it's only during contract creation or if there's something about the bytecode of struct member assignment?The text was updated successfully, but these errors were encountered: