Hello Visual C++ Team,
My question is why does .NET try to hide the source code of functions calls?
Unlike MFC where in the debugger breaks far into the code with an MFC class, .NET simply does not allow its source to be debugged.

Is is not possible for you to provide the source just as MFC does?

Thanks