MDbg and Beta 2
VS Beta 2 has shipped. The MDbg binaries are now included in the beta 2 sdk. (Kudos to Rick for this) We have not yet shipped the corresponding source or updating the existing sample for the correpsonding source. We'll try to do those soon.
One other caveat is that the original Mdbg is meant for Beta 1 and doesn't compile against Beta 2. This was because we added some new classes (regarding the symbol store) to mscorlib in Beta1, shipped Mdbg depending on those classes, and then realized those classes shouldn't be in mscorlib afterall, and then removed them for mscorlib beta 2 and into Mdbg.
Comments
- Anonymous
May 02, 2005
The comment has been removed - Anonymous
May 02, 2005
Sorry Mike, I was running the code from within a winform. I didnt realize at first that you could only access the mdbg from a MTA thread. When I did that everything works fine again. Thanks... - Anonymous
June 02, 2005
Mdbg is now included in the Whidbey Beta 2 SDK as a tool. The source is not actually included in the... - Anonymous
June 02, 2005
I had a sample GUI extension for Mdbg Beta 1. However, it doesn’t build with Mdbg Beta 2 because:   ... - Anonymous
August 10, 2005
I had a sample GUI extension for Mdbg Beta 1. However, it doesn’t build with Mdbg Beta 2 because:   ... - Anonymous
August 10, 2005
The Mdbg (a managed debugging written in pure C#) sample, which includes full source, has now been... - Anonymous
August 10, 2005
The Mdbg (a managed debugging written in pure C#) sample, which includes full source, has now been... - Anonymous
August 13, 2005
Soma (my boss's boss's boss's boss) recently blogged about how the CLR took a major change to fix Nullable. ... - Anonymous
August 18, 2005
I had a sample GUI extension for Mdbg Beta 1. However, it doesn’t build with Mdbg Beta 2 because:   ...