There is a server which support 3.5 and not installed visual studio, and I also have a program based on 3.5. I wa开发者_StackOverflownna copy a mdbg for 3.5 to the server for debugging. Where can I find it?
I found mdbg in VS8.0(for dotnet2.0) and VS10.0(for dotnet4.0), but not found in VS9.0(for dotnet3.5).
MDbg (.NET Framework Command-Line Debugger) is the same for .NET 2.0 and .NET 3.5 as .NET 3.5 is just an extension of .NET 2.0. So, if your project has targeted .NET 3.5, you can still use the MDbg found in C:\Program Files\Microsoft Visual Studio 8\VC
.
精彩评论