Package-level declarations
Types
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
Breakpoint identifier.
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
JavaScript call frame. Array of call frames form the call stack.
Call frame identifier.
Request object containing input parameters for the DebuggerDomain.continueToLocation command.
A dummy response object for the DebuggerDomain.continueToLocation command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
Debug symbols available for a wasm script.
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
A dummy response object for the DebuggerDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.disassembleWasmModule command.
Response type for the DebuggerDomain.disassembleWasmModule command.
Request object containing input parameters for the DebuggerDomain.enable command.
Response type for the DebuggerDomain.enable command.
Request object containing input parameters for the DebuggerDomain.evaluateOnCallFrame command.
Response type for the DebuggerDomain.evaluateOnCallFrame command.
Request object containing input parameters for the DebuggerDomain.getPossibleBreakpoints command.
Response type for the DebuggerDomain.getPossibleBreakpoints command.
Request object containing input parameters for the DebuggerDomain.getScriptSource command.
Response type for the DebuggerDomain.getScriptSource command.
Request object containing input parameters for the DebuggerDomain.getStackTrace command.
Response type for the DebuggerDomain.getStackTrace command.
Request object containing input parameters for the DebuggerDomain.getWasmBytecode command.
Response type for the DebuggerDomain.getWasmBytecode command.
Location range within one script.
Request object containing input parameters for the DebuggerDomain.nextWasmDisassemblyChunk command.
Response type for the DebuggerDomain.nextWasmDisassemblyChunk command.
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
Request object containing input parameters for the DebuggerDomain.pauseOnAsyncCall command.
A dummy response object for the DebuggerDomain.pauseOnAsyncCall command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
A dummy response object for the DebuggerDomain.pause command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.removeBreakpoint command.
A dummy response object for the DebuggerDomain.removeBreakpoint command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.restartFrame command.
Response type for the DebuggerDomain.restartFrame command.
Request object containing input parameters for the DebuggerDomain.resume command.
A dummy response object for the DebuggerDomain.resume command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Enum of possible script languages.
Location in the source code.
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
Request object containing input parameters for the DebuggerDomain.searchInContent command.
Response type for the DebuggerDomain.searchInContent command.
Search match for resource.
Request object containing input parameters for the DebuggerDomain.setAsyncCallStackDepth command.
A dummy response object for the DebuggerDomain.setAsyncCallStackDepth command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.setBlackboxedRanges command.
A dummy response object for the DebuggerDomain.setBlackboxedRanges command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.setBlackboxPatterns command.
A dummy response object for the DebuggerDomain.setBlackboxPatterns command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.setBreakpointByUrl command.
Response type for the DebuggerDomain.setBreakpointByUrl command.
Request object containing input parameters for the DebuggerDomain.setBreakpointOnFunctionCall command.
Response type for the DebuggerDomain.setBreakpointOnFunctionCall command.
Request object containing input parameters for the DebuggerDomain.setBreakpoint command.
Response type for the DebuggerDomain.setBreakpoint command.
Request object containing input parameters for the DebuggerDomain.setBreakpointsActive command.
A dummy response object for the DebuggerDomain.setBreakpointsActive command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.setInstrumentationBreakpoint command.
Response type for the DebuggerDomain.setInstrumentationBreakpoint command.
Request object containing input parameters for the DebuggerDomain.setPauseOnExceptions command.
A dummy response object for the DebuggerDomain.setPauseOnExceptions command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.setReturnValue command.
A dummy response object for the DebuggerDomain.setReturnValue command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.setScriptSource command.
Response type for the DebuggerDomain.setScriptSource command.
Request object containing input parameters for the DebuggerDomain.setSkipAllPauses command.
A dummy response object for the DebuggerDomain.setSkipAllPauses command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.setVariableValue command.
A dummy response object for the DebuggerDomain.setVariableValue command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.stepInto command.
A dummy response object for the DebuggerDomain.stepInto command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the DebuggerDomain.stepOut command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the DebuggerDomain.stepOver command.
A dummy response object for the DebuggerDomain.stepOver command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used: