class Byebug::ThreadCommand

def thread_current(thnum)

def thread_current(thnum)
  return errmsg("thread current doesn't need params") unless thnum.nil?
  display_context(@state.context)
end