Is there any good user interface add-on for WinDbg for not to use command line debugging?
I have to use WinDbg but I do not like gebug.exe command-line s开发者_JAVA百科tyle. Is there any plugin or anything else which makes it look and feel like 21st century debugger?
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.
精彩评论