CefSharp.DevTools.Debugger Namespace |
[Missing <summary> documentation for "N:CefSharp.DevTools.Debugger"]
Class | Description | |
---|---|---|
![]() | BreakLocation |
BreakLocation
|
![]() | BreakpointResolvedEventArgs |
Fired when breakpoint is resolved to an actual script and location.
|
![]() | CallFrame |
JavaScript call frame. Array of call frames form the call stack.
|
![]() | DebuggerClient |
Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing
breakpoints, stepping through execution, exploring stack traces, etc.
|
![]() | DebugSymbols |
Debug symbols available for a wasm script.
|
![]() | DisassembleWasmModuleResponse |
DisassembleWasmModuleResponse
|
![]() | EnableResponse |
EnableResponse
|
![]() | EvaluateOnCallFrameResponse |
EvaluateOnCallFrameResponse
|
![]() | GetPossibleBreakpointsResponse |
GetPossibleBreakpointsResponse
|
![]() | GetScriptSourceResponse |
GetScriptSourceResponse
|
![]() | GetStackTraceResponse |
GetStackTraceResponse
|
![]() | Location |
Location in the source code.
|
![]() | LocationRange |
Location range within one script.
|
![]() | NextWasmDisassemblyChunkResponse |
NextWasmDisassemblyChunkResponse
|
![]() | PausedEventArgs |
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
![]() | RestartFrameResponse |
RestartFrameResponse
|
![]() | Scope |
Scope description.
|
![]() | ScriptFailedToParseEventArgs |
Fired when virtual machine fails to parse the script.
|
![]() | ScriptParsedEventArgs |
Fired when virtual machine parses script. This event is also fired for all known and uncollected
scripts upon enabling debugger.
|
![]() | ScriptPosition |
Location in the source code.
|
![]() | SearchInContentResponse |
SearchInContentResponse
|
![]() | SearchMatch |
Search match for resource.
|
![]() | SetBreakpointByUrlResponse |
SetBreakpointByUrlResponse
|
![]() | SetBreakpointOnFunctionCallResponse |
SetBreakpointOnFunctionCallResponse
|
![]() | SetBreakpointResponse |
SetBreakpointResponse
|
![]() | SetInstrumentationBreakpointResponse |
SetInstrumentationBreakpointResponse
|
![]() | SetScriptSourceResponse |
SetScriptSourceResponse
|
![]() | WasmDisassemblyChunk |
WasmDisassemblyChunk
|
Enumeration | Description | |
---|---|---|
![]() | BreakLocationType |
BreakLocationType
|
![]() | ContinueToLocationTargetCallFrames |
ContinueToLocationTargetCallFrames
|
![]() | DebugSymbolsType |
Type of the debug symbols.
|
![]() | PausedReason |
Pause reason.
|
![]() | RestartFrameMode |
The `mode` parameter must be present and set to 'StepInto', otherwise
`restartFrame` will error out.
|
![]() | ScopeType |
Scope type.
|
![]() | ScriptLanguage |
Enum of possible script languages.
|
![]() | SetInstrumentationBreakpointInstrumentation |
Instrumentation name.
|
![]() | SetPauseOnExceptionsState |
Pause on exceptions mode.
|