nextWasmDisassemblyChunk
suspend fun nextWasmDisassemblyChunk(args: Debugger.NextWasmDisassemblyChunkParameter, mode: CommandMode = CommandMode.DEFAULT): Debugger.NextWasmDisassemblyChunkReturn
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.
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.
Parameters
streamId
No description