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?
Asked
Active
Viewed 384 times
0
-
Consider the new WinDbg: https://stackoverflow.com/a/46085954/1724702 – Sachin Joseph Oct 06 '17 at 21:25
1 Answers
2
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
- 114,645
- 34
- 221
- 317
-
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 Oct 23 '09 at 09:51
-
SOS assist link doesn't work anymore, find it [here](https://web.archive.org/web/20120710004518/http://www.thinktecture.com/SOSAssist) – Sachin Joseph Sep 07 '17 at 06:54
-
Also, consider the new WinDbg: https://stackoverflow.com/a/46085954/1724702 – Sachin Joseph Oct 06 '17 at 21:26