2
votes
Which Visual Studio debugger features are missing from WinDbg?
A polished UI is a feature. Windbg somewhat lacks this feature. But that only matters when UI "bugs" slow me down, and that's not really very often.
…
1
vote
Why use windbg vs the Visual Studio (VS) debugger ?
Mixing kernel-debugging plus remote-user-mode-debugging.
AFAIK, visual studio still cannot do remote debugging in the mode I describe as "solution". That's a darn good reason to u …
0
votes
Why use windbg vs the Visual Studio (VS) debugger ?
Is the latest visual studio still missing an equivalent to windbg's "-o" that makes the debugger automatically attach to child processes? Very useful for apps that must be run from a complicated . …
