Click or drag to resize

DebuggerClientSetBreakpointByUrlAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetBreakpointByUrlAsync(System.Int32,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)"]

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<SetBreakpointByUrlResponse> SetBreakpointByUrlAsync(
	int lineNumber,
	string url = null,
	string urlRegex = null,
	string scriptHash = null,
	Nullable<int> columnNumber = null,
	string condition = null
)

Parameters

lineNumber
Type: SystemInt32

[Missing <param name="lineNumber"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetBreakpointByUrlAsync(System.Int32,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)"]

url (Optional)
Type: SystemString

[Missing <param name="url"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetBreakpointByUrlAsync(System.Int32,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)"]

urlRegex (Optional)
Type: SystemString

[Missing <param name="urlRegex"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetBreakpointByUrlAsync(System.Int32,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)"]

scriptHash (Optional)
Type: SystemString

[Missing <param name="scriptHash"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetBreakpointByUrlAsync(System.Int32,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)"]

columnNumber (Optional)
Type: SystemNullableInt32

[Missing <param name="columnNumber"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetBreakpointByUrlAsync(System.Int32,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)"]

condition (Optional)
Type: SystemString

[Missing <param name="condition"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetBreakpointByUrlAsync(System.Int32,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)"]

Return Value

Type: TaskSetBreakpointByUrlResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetBreakpointByUrlAsync(System.Int32,System.String,System.String,System.String,System.Nullable{System.Int32},System.String)"]

See Also