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