struct Protocol::Debugger::WasmDisassemblyChunk
- Protocol::Debugger::WasmDisassemblyChunk
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#bytecode_offsets : Array(Int::Primitive)
The bytecode offsets describing the start of each line.
-
#lines : Array(String)
The next chunk of disassembled lines.
Constructor Detail
Instance Method Detail
def bytecode_offsets : Array(Int::Primitive)
#
The bytecode offsets describing the start of each line.