DOMClientGetNodeStackTracesAsync Method |
Version 130.1.90
Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.
Namespace: CefSharp.DevTools.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetNodeStackTracesResponse> GetNodeStackTracesAsync(
int nodeId
)
public:
Task<GetNodeStackTracesResponse^>^ GetNodeStackTracesAsync(
int nodeId
)
Parameters
- nodeId Int32
- Id of the node to get stack traces for.
Return Value
TaskGetNodeStackTracesResponsereturns System.Threading.Tasks.Task<GetNodeStackTracesResponse>
See Also