7
Shouts

Debugging .Net framework source code within Windbg

published 1167 days, 15 hours, 44 minutes ago posted by reshmireshmi 1168 days, 15 hours, 53 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 12:06:53 PM GMT

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...

category: Architecture | clicked: 2 | | source: bit.ly | show counter code
tags: .NET Framework, SOS, WinDbg, Debugging, SOSEX