Can WinDbg can be used together with the Visual C# 2008 Express Edition?
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.
windbg isn’t really an IDE debugger; it is more commonly used directly on compiled exes on the machine. As such, yes, it should be OK to use with an exe compiled with Express Edition, but no: there is no direct involvement of Express Edition in this.
Ultimately, the Express, Pro, Team etc products all use the same compiler that can be used at the command line (
csc– although they might access it more directly than the exe!).Look also at ‘SOS’ (Son Of Strike)