module Byebug::Helpers::ThreadHelper

def current_thread?(ctx)

def current_thread?(ctx)
  ctx.thread == Thread.current
end