Class DebugSymbols
Debug symbols available for a wasm script.
public sealed class DebugSymbols
- Inheritance
-
DebugSymbols
- Inherited Members
Properties
ExternalURL
URL of the external symbol source.
[JsonPropertyName("externalURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ExternalURL { get; set; }
Property Value
Type
Type of the debug symbols.
[JsonPropertyName("type")]
public DebugSymbolsTypeValues Type { get; set; }