class Byebug::Runner

def error_in_script?


There is an error with the specified script
def error_in_script?
  no_script? || non_existing_script? || invalid_script?
end