Click or drag to resize

DebuggerClientNextWasmDisassemblyChunkAsync Method

Version 130.1.90
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.

Namespace: CefSharp.DevTools.Debugger
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<NextWasmDisassemblyChunkResponse> NextWasmDisassemblyChunkAsync(
	string streamId
)

Parameters

streamId  String
streamId

Return Value

TaskNextWasmDisassemblyChunkResponse
returns System.Threading.Tasks.Task<NextWasmDisassemblyChunkResponse>
See Also