class Byebug::Command

def get_context(thnum)

def get_context(thnum)
  Byebug.contexts.find{|c| c.thnum == thnum}
end