Namespace Selenium.WebDriver.BiDi.Cdp.Debugger
Classes
- BreakpointId
Breakpoint identifier.
- BreakpointResolvedEventArgs
Fired when breakpoint is resolved to an actual script and location. Deprecated in favor of resolvedBreakpoints in the scriptParsed event.
- CallFrame
JavaScript call frame. Array of call frames form the call stack.
- CallFrameId
Call frame identifier.
- DebugSymbols
Debug symbols available for a wasm script.
- DebuggerDomainEvent
Provides static event descriptors for the IDebugger.
- Location
Location in the source code.
- LocationRange
Location range within one script.
- PausedEventArgs
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
- ResumedEventArgs
Fired when the virtual machine resumed execution.
- 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.
- SearchMatch
Search match for resource.
Interfaces
- IDebugger
Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
Enums
- ScriptLanguage
Enum of possible script languages.