Visual Studio seems is very native to debug the C# project but when the scale is up seems it is not very convenient to debug, for example when the project contains some code that is calling in/out of native code…
I wanna to know if there is any evidence that windbg is better over VS.Net when we are debugging large/serious project.
Another question is without the SOS extension can windbg set breakpoint on C# source file?
On a separate note, sometimes it is possible to get the best of both worlds by running VS inside WinDbg. However, you need to: