The Kite debugger.
make System.vm.debugger(): Class constructorcode_cache: first_break: last_command: last_file: last_line: clear_bp(file, line, code_line, args): file: line: code_line: args: decide_action(file, line, code_line): file: line: code_line: grab_code_line(file, line): file: line: move_next(file, line, code_line, args): file: line: code_line: args: prompt_action(file, line, code_line): file: line: code_line: read_file(file): file: set_bp(file, line, code_line, args): file: line: code_line: args: split_file_line(str): str: stepper(opc, file, line): Main debugger loop. Executed on every VM instruction.opc: Current opcodefile: Current fileline: Current line