Click to See Complete Forum and Search --> : [RESOLVED] Why does .NET try to Hide source?


MrBeans
June 20th, 2006, 10:49 AM
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

steixeira
June 20th, 2006, 11:44 AM
We ship the source code to MFC with most SKUs of Visual C++, but the .NET Framework does not ship with source. This is why you don't see source to .NET Framework functions in the debugger. Personally, I would like to see us provide source for more .NET classes as well, but the .NET Framework is developed by a different team at Microsoft and so far their strategy hasn't included providing source.

You might, however, look at the Rotor project which includes with it some of the .NET framework source code: http://www.microsoft.com/downloads/details.aspx?FamilyId=8C09FD61-3F26-4555-AE17-3121B4F51D4D&displaylang=en

Thanks,

Steve Teixeira
Group Program Manager
Visual C++