class Byebug::Runner
def non_existing_script?
Extracts debugged program from command line args.
def non_existing_script? return false if program print_error("The script doesn't exist") true end
def non_existing_script? return false if program print_error("The script doesn't exist") true end