class DEBUGGER__::FrameInfo

def c_identifier

def c_identifier
  return unless frame_type == :c
  "[C] #{klass_sig}#{location.base_label}"
end