One the coolest thing Microsoft did was to release the .NET Framework source code. In this post, I am going to demonstrate, how we could have a break-point on the .NET framework source code by line numbers ,using Windbg ,very similar to doing in VS.NET. The first step towards doing this is to download .NET Framework Source Code and installing it on the local machine. The next step is to set the symbol path environment variable. My NTSYMBOL_PATH is set to
SRVd:\dev\symbolshttp://referencesource.mic...
No comments yet, be the first one to post comment.