DebuggerClientContinueToLocationAsync Method |
Version 130.1.90
Continues execution until specific location is reached.
Namespace: CefSharp.DevTools.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> ContinueToLocationAsync(
Location location,
ContinueToLocationTargetCallFrames? targetCallFrames = null
)
public:
Task<DevToolsMethodResponse^>^ ContinueToLocationAsync(
Location^ location,
Nullable<ContinueToLocationTargetCallFrames> targetCallFrames = nullptr
)
Parameters
- location Location
- Location to continue to.
- targetCallFrames NullableContinueToLocationTargetCallFrames (Optional)
- targetCallFrames
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also