Table of Contents

Class DebugSymbols

Namespace
Selenium.WebDriver.BiDi.Cdp.Debugger
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Debug symbols available for a wasm script.

public sealed record DebugSymbols : IEquatable<DebugSymbols>
Inheritance
DebugSymbols
Implements
Inherited Members

Constructors

DebugSymbols(string)

Debug symbols available for a wasm script.

public DebugSymbols(string Type)

Parameters

Type string

Type of the debug symbols.

Properties

ExternalURL

URL of the external symbol source.

public string? ExternalURL { get; init; }

Property Value

string

Type

Type of the debug symbols.

public string Type { get; init; }

Property Value

string