types debugging.AVMDebuggerSourceMap
@algorandfoundation/algokit-utils / types/debugging / AVMDebuggerSourceMap
Class: AVMDebuggerSourceMap¶
types/debugging.AVMDebuggerSourceMap
AVM debugger source map class.
Table of contents¶
Constructors¶
Properties¶
Methods¶
Constructors¶
constructor¶
• new AVMDebuggerSourceMap(txnGroupSources
): AVMDebuggerSourceMap
Parameters¶
Name | Type |
---|---|
txnGroupSources |
AVMDebuggerSourceMapEntry [] |
Returns¶
Defined in¶
Properties¶
txnGroupSources¶
• txnGroupSources: AVMDebuggerSourceMapEntry
[]
Defined in¶
Methods¶
toDict¶
▸ toDict(): AVMDebuggerSourceMapDict
Converts the source map to a dictionary that can be passed around and then parsed back using AVMDebuggerSourceMap.fromDict
.
Returns¶
The dictionary
Defined in¶
fromDict¶
▸ fromDict(data
): AVMDebuggerSourceMap
Creates a source map from a dictionary of source map data.
Parameters¶
Name | Type | Description |
---|---|---|
data |
AVMDebuggerSourceMapDict |
The data |
Returns¶
The source map