#root::debug

Frame root/debug/debug.vi:130

struct Frame({ col: N32, file: String, line: N32, path: List[String] });

impl

impl : Fork[Frame];
impl : Drop[Frame];

to_string root/debug/debug.vi:136

impl to_string: Cast[Frame, String];