chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / DebugSymbols

DebugSymbols

data class DebugSymbols

Debug symbols available for a wasm script.

Constructors

<init>

Debug symbols available for a wasm script.

DebugSymbols(type: String, externalURL: String? = null)

Properties

externalURL

URL of the external symbol source.

val externalURL: String?

type

Type of the debug symbols.

val type: String