Search code examples
.netdebuggingsos

Any SoSAssist equivalent free tool for debugging


I had used SosAssistin past and it was awesome, now I i tried to download it again but it is no longer available :( any other tool which can visually show memory/threads/callstack?


Solution

  • You could use the helpful .cmdtree command in WinDbg to display a tree view that contains a list of commands to use in your debugging scenarios (you could customize it according to your personal needs).

    Sample config