struct Protocol::Debugger::NextWasmDisassemblyChunk
- Protocol::Debugger::NextWasmDisassemblyChunk
- Struct
- Value
- Object
Overview
Disassemble the next chunk of lines for the module corresponding to the stream. If disassembly is complete, this API will invalidate the streamId and return an empty chunk. Any subsequent calls for the now invalid stream will return errors.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#chunk : WasmDisassemblyChunk
The next chunk of disassembly.