class Byebug::InfoCommand::ProgramCommand

def execute

def execute
  puts 'Program stopped. '
  format_stop_reason context.stop_reason
end