Are there any stand-alone C#/.NET Debuggers?
.net, c#, debugging
Solution
WinDBG with SOS extension
Following has series of 6 videos, to get started on WinDBG http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment
WinDBG is also useful for following scenarios, where VS debugger is not effective/available
- Hangs
- Crashes
- Deadlocks
- Production environment
Problem
I'm wondering if there are any Visual Studio quality debuggers that can run outside of Visual Studio, instead of inside of the IDE? It would be great if it were Open Source so I could check out how it was done, but that's not a requirement, neither is that be product free.