class DEBUGGER__::DAP_TraceInspector::MultiTracer

def call_identifier_str tp

def call_identifier_str tp
  if tp.defined_class
    minfo(tp)
  else
    "block"
  end
end