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