I’d like to be able to debug .net code using Mdbg. Is there any way of getting it besides installing Visual Studio ( assuming this is a valid way of obtaining ) ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mdbg – The .NET Framework Command-Line Debugger comes installed with the Windows SDK 7|10 as well as Visual Studio.
It’s now available on Nuget too.
There is also the CLR Managed Debugger Sample which is a sample program that demonstrates how to build a command line debugger using .net.
Note that this is source code and does not come with pre-built binaries so you will have have the .net SDK or visual studio installed to be able to build it first.(It does now include prebuilt binaries in the bin/release folder after you’ve unzipped it)