Hi, I'm toying with the debug info from a cpp class def. Aparently the access modifiers for member variables and inheritance (private, protected, public) are maintained (DIType::isPrivate() , ...). Is there a way to figure out whether a subprogram is private or not?? Thx, Alex