Class DebugSymbols
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
TypestringType of the debug symbols.
Properties
ExternalURL
URL of the external symbol source.
public string? ExternalURL { get; init; }
Property Value
Type
Type of the debug symbols.
public string Type { get; init; }