class DEBUGGER__::FrameInfo

def method_identifier

def method_identifier
  return unless frame_type == :method
  "#{klass_sig}#{callee}"
end