#root::debug

Frame root/debug/debug.vi:137

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

fork root/debug/debug.vi:140

impl fork: Fork[Frame];

drop root/debug/debug.vi:141

impl drop: Drop[Frame];

to_string root/debug/debug.vi:143

impl to_string: Cast[Frame, String];