class Byebug::ThreadListCommand

def execute

def execute
  Byebug.contexts.sort_by(&:thnum).each { |c| display_context(c) }
end