Visual Studio seems very native to debugging a C # project, but when the scale is up, it seems not very convenient to debug, for example, when the project contains some code that calls / outputs from native code ...
I want to know if there is any evidence that windbg is better than VS.Net when we are debugging a large / serious project.
Another question: without the SOS extension, can windbg set a breakpoint on the C # source file?
source
share