class Byebug::ThreadStopCommand

def description

def description
  prettify <<-EOD
    th[read] stop <n>  Stops thread <n>.
  EOD
end