Struct gluon_vm::compiler::DebugInfo
[−]
[src]
pub struct DebugInfo {
pub source_map: SourceMap,
pub local_map: LocalMap,
pub upvars: Vec<UpvarInfo>,
pub source_name: String,
}Fields
source_map: SourceMap
Maps instruction indexes to the line that spawned them
local_map: LocalMap
upvars: Vec<UpvarInfo>
source_name: String