protocol/debugger library

Classes

BreakLocation
BreakpointResolvedEvent
CallFrame
JavaScript call frame. Array of call frames form the call stack.
DebuggerApi
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.
DisassembleWasmModuleResult
EvaluateOnCallFrameResult
GetScriptSourceResult
Location
Location in the source code.
LocationRange
Location range within one script.
PausedEvent
RestartFrameResult
Scope
Scope description.
ScriptFailedToParseEvent
ScriptParsedEvent
ScriptPosition
Location in the source code.
SearchMatch
Search match for resource.
SetBreakpointByUrlResult
SetBreakpointResult
SetScriptSourceResult
WasmDisassemblyChunk

Extension Types

BreakpointId
Breakpoint identifier.
CallFrameId
Call frame identifier.