Click or drag to resize

CefSharp.DevTools.Debugger Namespace

Version 86.0.240

[Missing <summary> documentation for "N:CefSharp.DevTools.Debugger"]

Classes
  ClassDescription
Public classBreakLocation
BreakLocation
Public classCallFrame
JavaScript call frame. Array of call frames form the call stack.
Public classDebuggerClient
Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
Public classDebugSymbols
Debug symbols available for a wasm script.
Public classEnableResponse
EnableResponse
Public classEvaluateOnCallFrameResponse
EvaluateOnCallFrameResponse
Public classExecuteWasmEvaluatorResponse
ExecuteWasmEvaluatorResponse
Public classGetPossibleBreakpointsResponse
GetPossibleBreakpointsResponse
Public classGetScriptSourceResponse
GetScriptSourceResponse
Public classGetStackTraceResponse
GetStackTraceResponse
Public classLocation
Location in the source code.
Public classLocationRange
Location range within one script.
Public classRestartFrameResponse
RestartFrameResponse
Public classScope
Scope description.
Public classScriptPosition
Location in the source code.
Public classSearchInContentResponse
SearchInContentResponse
Public classSearchMatch
Search match for resource.
Public classSetBreakpointByUrlResponse
SetBreakpointByUrlResponse
Public classSetBreakpointOnFunctionCallResponse
SetBreakpointOnFunctionCallResponse
Public classSetBreakpointResponse
SetBreakpointResponse
Public classSetInstrumentationBreakpointResponse
SetInstrumentationBreakpointResponse
Public classSetScriptSourceResponse
SetScriptSourceResponse
Enumerations
  EnumerationDescription
Public enumerationScriptLanguage
Enum of possible script languages.