NetworkClientSetAttachDebugStackAsync Method |
Version 130.1.90
Specifies whether to attach a page script stack id in requests
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetAttachDebugStackAsync(
bool enabled
)
public:
Task<DevToolsMethodResponse^>^ SetAttachDebugStackAsync(
bool enabled
)
Parameters
- enabled Boolean
- Whether to attach a page script stack for debugging purpose.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also