class Byebug::ReloadCommand

def execute

def execute
  Byebug.source_reload
  print "Source code is reloaded. Automatic reloading is "   \
        "#{Setting[:autoreload] ? 'on' : 'off'}.\n"
end