@Override
 public String getName() throws DebugException {
   return DebuggerUtils.demanglePrivateName(vmFrame.getFunctionName()) + "()";
 }