views:

77

answers:

1

I have to use WinDbg but I do not like gebug.exe command-line style. Is there any plugin or anything else which makes it look and feel like 21st century debugger?

+2  A: 

For managed code there's SOS Assist. There's also a PowerShell integration module called PowerDbg. However, I actually prefer WinDbg over these, so I'm not the right person to ask.

Brian Rasmussen
I agree, sosAssist looks a million times friendlier, but you quickly get to the point where it is hiding info from you or you can't get what you need
Oskar