format icon indicating copy to clipboard operation
format copied to clipboard

EthDebug Format support for decoding local function calls

Open veniger opened this issue 11 months ago • 1 comments

Schemas that need to be defined in order to provide enough data for debuggers to identify and decode function calling and returns

  • [x] ethdebug/format/info
  • [x] ethdebug/format/program
  • [ ] ethdebug/format/program/instruction
  • [ ] ethdebug/format/program/context

New schemas will need to be defined:

  • Function Call Setup Objects
  • Function Body Objects
  • Function Cleanup Objects
  • Modifier Objects

veniger avatar Feb 14 '25 21:02 veniger

Schemas that need to be defined in order to provide enough data for debuggers to identify and decode function calling and returns

  • [x] ethdebug/format/info[x] ethdebug/format/program[ ] ethdebug/format/program/instruction[ ] ethdebug/format/program/context

New schemas will need to be defined:

  • Function Call Setup Objects
  • Function Body Objects
  • Function Cleanup Objects
  • Modifier Objects

Escarcega1989 avatar Jul 01 '25 21:07 Escarcega1989