class DEBUGGER__::FrameInfo

def matchable_location

def matchable_location
  # realpath can sometimes be nil so we can't use it here
  "#{path}:#{location.lineno}"
end