Click or drag to resize

DebuggerClientSetAsyncCallStackDepthAsync Method

Version 102.0.100
Enables or disables async call stacks tracking.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<DevToolsMethodResponse> SetAsyncCallStackDepthAsync(
	int maxDepth
)

Parameters

maxDepth
Type: SystemInt32
Maximum depth of async call stacks. Setting to `0` will effectively disable collecting asynccall stacks (default).

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also