What is WinDbg and can I use it to debug applications written in C#?
WinDbg is a Windows Kernel Debugger, which is a part of the Debugging Tools for Windows package (http://www.microsoft.com/whdc/devtools/debugging/default.mspx).
While it is a good debugger for Windows, especially when debugging crash dump files, the best debugger for C# code is its native Visual Studio Debugger. You can debug your C# code in a free version of Visual Studio called Visual C# Express, which is available for download for free at http://msdn.microsoft.com/vstudio/express/visualcsharp/
Got an answer for kazabubu? Would you like to comment on the posted answers, or vote for the one which you think is the best?
Sign up for a free account, or sign in (if you're already a member).
Other people asked questions on similar topics, check out the answers they received: