# File cli/ruby-debug/command.rb, line 244
    def get_context(thnum)
      Debugger.contexts.find{|c| c.thnum == thnum}
    end