class Byebug::OptionSetter

def trace

def trace
  @opts.on "-t", "--[no-]trace", "Turn on line tracing" do |v|
    Setting[:linetrace] = v
  end
end