format icon indicating copy to clipboard operation
format copied to clipboard

EthDebug Format support for Variable Tracking

Open veniger opened this issue 11 months ago • 2 comments

Schemas that need to be defined in order to provide enough data to support finding and decoding vm local variables and storage variables

  • [x] ethdebug/format/info
  • [x] ethdebug/format/program
  • [ ] ethdebug/format/program/instruction
  • [ ] ethdebug/format/program/context
  • [x] ethdebug/format/program/context/variables
  • [x] ethdebug/format/type
  • [x] ethdebug/format/pointer

veniger avatar Feb 14 '25 21:02 veniger

In order to slim down the size of debug data, context should be changed to stateful instead of tracing each variable on each instruction by having variables enter or leave scope

veniger avatar Feb 14 '25 21:02 veniger

The deduplication issue as defined in #139 should be resolved for this issue also

veniger avatar Feb 14 '25 21:02 veniger