4
votes
2answers
968 views
best technique for launching a windbg user-mode remote debugging session
What is your favorite technique for launching a windbg user-mode remote debugging session?
Why is do you prefer this technique over other techniques? (pros/cons)
There are at least four dif …
0
votes
best technique for launching a windbg user-mode remote debugging session
I tend to use option 4 (-server) because it is the only one that doesn't "pop" when you break into the kernel debugger long enough for the TCP connection to timeout. But this is more complex and no …
