Click or drag to resize

CefSharp.DevTools.Debugger Namespace

Version 102.0.100

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

Classes
  ClassDescription
Public classBreakLocation
BreakLocation
Public classBreakpointResolvedEventArgs
Fired when breakpoint is resolved to an actual script and location.
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 classGetPossibleBreakpointsResponse
GetPossibleBreakpointsResponse
Public classGetScriptSourceResponse
GetScriptSourceResponse
Public classGetStackTraceResponse
GetStackTraceResponse
Public classLocation
Location in the source code.
Public classLocationRange
Location range within one script.
Public classPausedEventArgs
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Public classScope
Scope description.
Public classScriptFailedToParseEventArgs
Fired when virtual machine fails to parse the script.
Public classScriptParsedEventArgs
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
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 enumerationBreakLocationType
BreakLocationType
Public enumerationContinueToLocationTargetCallFrames
ContinueToLocationTargetCallFrames
Public enumerationDebugSymbolsType
Type of the debug symbols.
Public enumerationPausedReason
Pause reason.
Public enumerationScopeType
Scope type.
Public enumerationScriptLanguage
Enum of possible script languages.
Public enumerationSetInstrumentationBreakpointInstrumentation
Instrumentation name.
Public enumerationSetPauseOnExceptionsState
Pause on exceptions mode.