class Byebug::DebugCommand

def execute

def execute
  return puts(help) unless @match[1]
  puts safe_inspect(separate_thread_eval(@match[1]))
end